test bat 发布
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user