test 发布间隔
parent
5f660937ed
commit
5de87bc876
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue