This commit is contained in:
revengel66 2024-03-13 10:53:27 +03:00
parent 118fcaf13a
commit 08187dff7b

View File

@ -99,7 +99,7 @@ namespace PizzeriaBusinessLogic.BusinessLogic
var element = _componentStorage.GetElement(new ComponentSearchModel{ ComponentName = model.ComponentName });
if (element != null && element.Id != model.Id)
{
throw new InvalidOperationException("ингредиент с таким названием уже есть");
throw new InvalidOperationException("Ингредиент с таким названием уже есть");
}
}
}