继续test 发布监测间隔
parent
5de87bc876
commit
052c849270
|
@ -19,6 +19,13 @@ namespace IRaCIS.Application.Services
|
|||
_trialRepository = trialRepository;
|
||||
}
|
||||
|
||||
public string Get()
|
||||
{
|
||||
return String.Empty;
|
||||
}
|
||||
|
||||
|
||||
|
||||
[HttpPost]
|
||||
public string Get(testModel testModel)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue