From 90858c80d9921b555119f41060c1f883f6e6ffc5 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期四, 26 十二月 2024 12:49:35 +0800 Subject: [PATCH] 提交 --- DocumentServiceAPI.Application/System/SystemAppService.cs | 26 +++++++++++++------------- 1 files changed, 13 insertions(+), 13 deletions(-) diff --git a/DocumentServiceAPI.Application/System/SystemAppService.cs b/DocumentServiceAPI.Application/System/SystemAppService.cs index cb39d9d..6ee8cb6 100644 --- a/DocumentServiceAPI.Application/System/SystemAppService.cs +++ b/DocumentServiceAPI.Application/System/SystemAppService.cs @@ -5,18 +5,18 @@ /// </summary> public class SystemAppService : IDynamicApiController { - private readonly ISystemService _systemService; - public SystemAppService(ISystemService systemService) - { - _systemService = systemService; - } + //private readonly ISystemService _systemService; + //public SystemAppService(ISystemService systemService) + //{ + // _systemService = systemService; + //} - /// <summary> - /// 鑾峰彇绯荤粺鎻忚堪 - /// </summary> - /// <returns></returns> - public string GetDescription() - { - return _systemService.GetDescription(); - } + ///// <summary> + ///// 鑾峰彇绯荤粺鎻忚堪 + ///// </summary> + ///// <returns></returns> + //public string GetDescription() + //{ + // return _systemService.GetDescription(); + //} } -- Gitblit v1.9.1