Merge branch 'LabWork06_Base' into LabWork06_Hard
This commit is contained in:
commit
bb689ff63b
@ -48,7 +48,7 @@ namespace LawFirmRestApi.Controllers
|
||||
{
|
||||
return _order.ReadList(new OrderSearchModel
|
||||
{
|
||||
Statuses = new() { OrderStatus.Принят }
|
||||
Status = OrderStatus.Принят
|
||||
}) ;
|
||||
}
|
||||
catch (Exception ex)
|
||||
|
Loading…
Reference in New Issue
Block a user