From 3886a51f03ec14650e5b7127539104ad40e496da Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 20:36:12 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- BLL/HStation.BLL.Xhs.Core/03-localclient/02-project-site/XhsProjectSite.cs | 16 ---------------- 1 files changed, 0 insertions(+), 16 deletions(-) diff --git a/BLL/HStation.BLL.Xhs.Core/03-localclient/02-project-site/XhsProjectSite.cs b/BLL/HStation.BLL.Xhs.Core/03-localclient/02-project-site/XhsProjectSite.cs index 369910a..1b39e92 100644 --- a/BLL/HStation.BLL.Xhs.Core/03-localclient/02-project-site/XhsProjectSite.cs +++ b/BLL/HStation.BLL.Xhs.Core/03-localclient/02-project-site/XhsProjectSite.cs @@ -284,22 +284,6 @@ }); } - /// <summary> - /// - /// </summary> - public async Task<bool> DeleteByProjectID(long ProjectID) - { - return await Task.Factory.StartNew(() => - { - var bol = _service.DeleteByProjectID(ProjectID, out string Msg); - if (!bol) - { - throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D999, Msg); - } - return bol; - }); - } - #endregion } } \ No newline at end of file -- Gitblit v1.9.3