Agliullov D. A. Lab Work 7 Base #19

Closed
d.agliullov wants to merge 19 commits from Lab7_Base into Lab6_Base
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)