Rest API and ClientApp initial creation
This commit is contained in:
@@ -24,7 +24,7 @@ namespace ComputerShopBusinessLogic.BusinessLogics
|
||||
_purchaseStorage = purchaseStorage;
|
||||
}
|
||||
|
||||
public bool CreateOrder(PurchaseBindingModel model)
|
||||
public bool CreatePurchase(PurchaseBindingModel model)
|
||||
{
|
||||
CheckModel(model);
|
||||
if (model.Status != PurchaseStatus.Неизвестен)
|
||||
|
||||
Reference in New Issue
Block a user