This commit is contained in:
Данила Мочалов 2023-04-19 21:19:29 +04:00
parent 33e0d1f750
commit dc680a0e1a

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)