This commit is contained in:
Данияр Аглиуллов 2023-03-19 17:26:50 +04:00
parent 3331a70fed
commit 7401da2207

View File

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