This commit is contained in:
Данияр Аглиуллов 2023-03-13 19:59:28 +04:00
parent d56858c6f6
commit 3a9459b51b

View File

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