From 4c0831e2c3eb721b9b9aa27e32c1954dce70eae9 Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Tue, 17 May 2022 17:40:29 +0800 Subject: [PATCH] =?UTF-8?q?test=20bat=20=E5=8F=91=E5=B8=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/TestService.cs | 5 ++++- .../_MediatR/Handlers/ConsistencyVerificationHandler.cs | 2 -- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index 2c7f11dff..aa7668223 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -19,7 +19,10 @@ namespace IRaCIS.Application.Services _trialRepository = trialRepository; } - + public string Get() + { + return String.Empty; + } [HttpPost] public string Get(testModel testModel) diff --git a/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs b/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs index 33eea113a..a2c8e6bb6 100644 --- a/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs +++ b/IRaCIS.Core.Application/_MediatR/Handlers/ConsistencyVerificationHandler.cs @@ -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