test bat 发布

Uat_Study
hang 2022-05-17 17:40:29 +08:00
parent 6e48327906
commit 4c0831e2c3
2 changed files with 4 additions and 3 deletions

View File

@ -19,7 +19,10 @@ namespace IRaCIS.Application.Services
_trialRepository = trialRepository;
}
public string Get()
{
return String.Empty;
}
[HttpPost]
public string Get(testModel testModel)

View File

@ -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