test发布

Test.EIImageViewer
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;
_trialRepository = trialRepository;
}
public string Get()
{
return String.Empty;
}
[HttpPost]
public string Get(testModel testModel)
{