Merge branch 'LabWork06_Base' into LabWork06_Hard

This commit is contained in:
Данила Мочалов 2023-04-19 21:20:20 +04:00
commit bb689ff63b

View File

@ -48,7 +48,7 @@ namespace LawFirmRestApi.Controllers
{ {
return _order.ReadList(new OrderSearchModel return _order.ReadList(new OrderSearchModel
{ {
Statuses = new() { OrderStatus.Принят } Status = OrderStatus.Принят
}) ; }) ;
} }
catch (Exception ex) catch (Exception ex)