BLL/HStation.BLL.Assets.Core/04-bll/01-PumpProdcuct/01-PumpSeries/PumpSeries.cs
@@ -182,9 +182,9 @@ /// <param name="ID"></param> /// <returns></returns> /// <exception cref="NotImplementedException"></exception> public bool DeleteEx(long ID) public async Task<bool> DeleteEx(long ID) { return _cal.DeleteEx(ID); return await _cal.DeleteEx(ID); } /// <summary>