test 发布间隔

Uat_Study
hang 2022-05-16 14:44:42 +08:00
parent 5f660937ed
commit 5de87bc876
1 changed files with 1 additions and 4 deletions

View File

@ -18,10 +18,7 @@ namespace IRaCIS.Application.Services
_dicRepository = dicRepository; _dicRepository = dicRepository;
_trialRepository = trialRepository; _trialRepository = trialRepository;
} }
public string Get()
{
return String.Empty;
}
[HttpPost] [HttpPost]
public string Get(testModel testModel) public string Get(testModel testModel)
{ {