test发布
parent
dadca78d51
commit
1722647b68
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue