From 1f85d0acad0a9a343217508e1f964326ee288971 Mon Sep 17 00:00:00 2001 From: Janie <109517022+Janie06@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:20:24 +0800 Subject: [PATCH] =?UTF-8?q?[WHAT]=20common=20=E6=9C=AA=E7=94=A8=E5=88=B0?= =?UTF-8?q?=E7=9A=84function=20[WHY]=20=E9=96=8B=E7=99=BC=20ShowEasy=20?= =?UTF-8?q?=E5=BE=8C=E8=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- EuroTran/WebApp/Controllers/CommonController.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/EuroTran/WebApp/Controllers/CommonController.cs b/EuroTran/WebApp/Controllers/CommonController.cs index b8b64b6..95176c7 100644 --- a/EuroTran/WebApp/Controllers/CommonController.cs +++ b/EuroTran/WebApp/Controllers/CommonController.cs @@ -41,11 +41,11 @@ namespace WebApp.Controllers /// /// /// - [HttpPost] - public HttpResponseMessage UploadFiles() - { - var c = HttpContext.Current; - return new SECommonService().Upload(c); - } + //[HttpPost] + //public HttpResponseMessage UploadFiles() + //{ + // var c = HttpContext.Current; + // return new SECommonService().Upload(c); + //} } }