lixiaojun
2024-09-11 ec0d0b6f8e3ac7791c736ae8aad69c4a1587cad9
BLL/HStation.BLL.Xhs.Core/03-localclient/01-project/XhsProject.cs
@@ -214,33 +214,6 @@
            });
        }
        /// <summary>
        ///
        /// </summary>
        public async Task<bool> Publish(long ID)
        {
            return await Task.Factory.StartNew(() =>
            {
                return false;
            });
        }
        /// <summary>
        ///
        /// </summary>
        public async Task<bool> Deprecate(long ID)
        {
            return await Task.Factory.StartNew(() =>
            {
                return false;
                //var bol = _service.Deprecate(ID, out string Msg);
                //if (!bol)
                //{
                //    throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.V001, Msg);
                //}
                //return bol;
            });
        }
        #endregion Update