Putilin P. A. Lab work 1 Base #1

Closed
Pavel wants to merge 9 commits from Lab1Base into main
Showing only changes of commit 6a3efca511 - Show all commits

View File

@ -81,7 +81,6 @@ namespace PrecastConcretePlantBusinessLogic.BusinessLogic
private bool SetOrderStatus(OrderBindingModel model, OrderStatus orderStatus)
{
// Находим статус заказа по его айди
var vmodel = _orderStorage.GetElement(new() { Id = model.Id });
if (vmodel == null)
{