From 052c8492709e23ceb18723e49c940722aefaba4d Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 16 May 2022 14:59:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=A7=E7=BB=ADtest=20=E5=8F=91=E5=B8=83?= =?UTF-8?q?=E7=9B=91=E6=B5=8B=E9=97=B4=E9=9A=94?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- IRaCIS.Core.Application/TestService.cs | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index b4b7593a9..cf2fb654a 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -19,6 +19,13 @@ namespace IRaCIS.Application.Services _trialRepository = trialRepository; } + public string Get() + { + return String.Empty; + } + + + [HttpPost] public string Get(testModel testModel) {