From 5de87bc876883d45a8ea9189da2b393b424e63db Mon Sep 17 00:00:00 2001 From: hang <872297557@qq.com> Date: Mon, 16 May 2022 14:44:42 +0800 Subject: [PATCH] =?UTF-8?q?test=20=E5=8F=91=E5=B8=83=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 | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/IRaCIS.Core.Application/TestService.cs b/IRaCIS.Core.Application/TestService.cs index 84945fd54..b4b7593a9 100644 --- a/IRaCIS.Core.Application/TestService.cs +++ b/IRaCIS.Core.Application/TestService.cs @@ -18,10 +18,7 @@ namespace IRaCIS.Application.Services _dicRepository = dicRepository; _trialRepository = trialRepository; } - public string Get() - { - return String.Empty; - } + [HttpPost] public string Get(testModel testModel) {