test发布

Uat_Study
hang 2022-05-16 13:10:14 +08:00
parent dadca78d51
commit 1722647b68
1 changed files with 4 additions and 1 deletions

View File

@ -18,7 +18,10 @@ 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)
{ {