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