laba2Complicated #11
@ -136,7 +136,7 @@ namespace AutomobilePlantBusinessLogic.BusinessLogics
|
||||
throw new InvalidOperationException("Текущий статус заказа не может быть переведен в выбранный");
|
||||
}
|
||||
|
||||
if (status == OrderStatus.Готов)
|
||||
if (status == OrderStatus.Выдан)
|
||||
{
|
||||
var car = _carStorage.GetElement(new CarSearchModel() { Id = model.CarId });
|
||||
if (car == null)
|
||||
|
Loading…
Reference in New Issue
Block a user