-
This commit is contained in:
parent
1a62aada4f
commit
ccef292353
@ -51,7 +51,7 @@ namespace PlumbingRepairBusinessLogic.BusinessLogics
|
||||
_logger.LogInformation("ReadElement find. Id:{Id}", element.Id);
|
||||
return element;
|
||||
}
|
||||
public bool Create(OrderBindingModel model)
|
||||
public bool CreateOrder(OrderBindingModel model)
|
||||
{
|
||||
CheckModel(model);
|
||||
if (_orderStorage.Insert(model) == null)
|
||||
|
Loading…
Reference in New Issue
Block a user