duheng
2024-12-04 3886a51f03ec14650e5b7127539104ad40e496da
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 
    }
}