继续test 发布监测间隔

Uat_Study
hang 2022-05-16 14:59:58 +08:00
parent 5de87bc876
commit 052c849270
1 changed files with 7 additions and 0 deletions

View File

@ -19,6 +19,13 @@ namespace IRaCIS.Application.Services
_trialRepository = trialRepository;
}
public string Get()
{
return String.Empty;
}
[HttpPost]
public string Get(testModel testModel)
{