From c681d176cc4ea90691b834e2b8e36a27d27bff0c Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期二, 29 十月 2024 12:07:56 +0800
Subject: [PATCH] 水泵匹配界面选中问题

---
 BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProject.cs |   31 -------------------------------
 1 files changed, 0 insertions(+), 31 deletions(-)

diff --git a/BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProject.cs b/BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProject.cs
index a8614f2..eb34f6b 100644
--- a/BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProject.cs
+++ b/BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProject.cs
@@ -214,37 +214,6 @@
             });
         }
 
-        /// <summary>
-        /// 
-        /// </summary>
-        public async Task<bool> Publish(long ID)
-        {
-            return await Task.Factory.StartNew(() =>
-            {
-                var bol = _service.Publish(ID, out string Msg);
-                if (!bol)
-                {
-                    throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.V001, Msg);
-                }
-                return bol;
-            });
-        }
-
-        /// <summary>
-        /// 
-        /// </summary>
-        public async Task<bool> Deprecate(long ID)
-        {
-            return await Task.Factory.StartNew(() =>
-            {
-                var bol = _service.Deprecate(ID, out string Msg);
-                if (!bol)
-                {
-                    throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.V001, Msg);
-                }
-                return bol;
-            });
-        }
 
         #endregion Update
 

--
Gitblit v1.9.3