5
This commit is contained in:
parent
118fcaf13a
commit
08187dff7b
@ -99,7 +99,7 @@ namespace PizzeriaBusinessLogic.BusinessLogic
|
|||||||
var element = _componentStorage.GetElement(new ComponentSearchModel{ ComponentName = model.ComponentName });
|
var element = _componentStorage.GetElement(new ComponentSearchModel{ ComponentName = model.ComponentName });
|
||||||
if (element != null && element.Id != model.Id)
|
if (element != null && element.Id != model.Id)
|
||||||
{
|
{
|
||||||
throw new InvalidOperationException("ингредиент с таким названием уже есть");
|
throw new InvalidOperationException("Ингредиент с таким названием уже есть");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user