fix
This commit is contained in:
parent
33e0d1f750
commit
dc680a0e1a
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user