lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
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