test bat 发布
parent
6e48327906
commit
4c0831e2c3
|
@ -19,7 +19,10 @@ namespace IRaCIS.Application.Services
|
||||||
_trialRepository = trialRepository;
|
_trialRepository = trialRepository;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public string Get()
|
||||||
|
{
|
||||||
|
return String.Empty;
|
||||||
|
}
|
||||||
|
|
||||||
[HttpPost]
|
[HttpPost]
|
||||||
public string Get(testModel testModel)
|
public string Get(testModel testModel)
|
||||||
|
|
|
@ -2,9 +2,7 @@
|
||||||
using IRaCIS.Core.Application.MediatR.CommandAndQueries;
|
using IRaCIS.Core.Application.MediatR.CommandAndQueries;
|
||||||
using IRaCIS.Core.Domain.Share;
|
using IRaCIS.Core.Domain.Share;
|
||||||
|
|
||||||
using IRaCIS.Core.Infra.EFCore;
|
|
||||||
using MediatR;
|
using MediatR;
|
||||||
using Newtonsoft.Json;
|
|
||||||
using System.Linq.Expressions;
|
using System.Linq.Expressions;
|
||||||
|
|
||||||
namespace IRaCIS.Core.Application.MediatR.Handlers
|
namespace IRaCIS.Core.Application.MediatR.Handlers
|
||||||
|
|
Loading…
Reference in New Issue