правка

This commit is contained in:
Максим Яковлев 2024-05-29 00:17:41 +04:00
parent 334256a8f4
commit e80ba13485

View File

@ -65,7 +65,6 @@ namespace ServiceStationBusinessLogic.BusinessLogics
}
public bool Update(DefectBindingModel model)
{
CheckModel(model);
if (_defectStorage.Update(model) == null)
{
_logger.LogWarning("Update operation failed");