Agliullov D. A. Lab Work 7 Hard #20

Closed
d.agliullov wants to merge 34 commits from Lab7_Hard into Lab6_Hard
Showing only changes of commit 3a9459b51b - Show all commits

View File

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