From de41ca5310b9d76e1de21731a0d4ab1cc0bc442b Mon Sep 17 00:00:00 2001 From: xiaochanghai Date: Tue, 7 May 2024 16:58:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Tiobon.Core.Api/Controllers/FileController.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Tiobon.Core.Api/Controllers/FileController.cs b/Tiobon.Core.Api/Controllers/FileController.cs index 2edeb900..caee4845 100644 --- a/Tiobon.Core.Api/Controllers/FileController.cs +++ b/Tiobon.Core.Api/Controllers/FileController.cs @@ -18,12 +18,14 @@ public class FileController : BaseApiController private readonly IConfiguration _configuration; private readonly IWebHostEnvironment _hostingEnvironment; private readonly IGhre_AttachmentServices _ghre_AttachmentServices; + /// /// 构造函数 /// /// /// /// + /// public FileController(ILogger logger, IConfiguration configuration, IWebHostEnvironment hostingEnvironment, IGhre_AttachmentServices ghre_AttachmentServices) { _logger = logger;