Application/HStation.Application.Xhs.Core/01-project/XhsProject_ExtensionsController.cs
@@ -140,8 +140,6 @@ return bol; } #endregion #region Delete @@ -153,7 +151,7 @@ [HttpDelete] public bool DeleteByID([FromQuery][Required] IDInput input) { var bol = _service.DeleteExByID(input.ID, out string Msg); var bol = _service.DeleteByID(input.ID, out string Msg); if (!bol) { throw YOops.Oh(eResultCode.Alert, InternalErrorCodes.D999, Msg);