Rest API and ClientApp initial creation

This commit is contained in:
the
2023-04-07 18:59:41 +04:00
parent 754a533e7a
commit 3aa0d78a4b
91 changed files with 75452 additions and 3 deletions

View File

@@ -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.Неизвестен)