From 7401da22076abcc1b825312ea3a700a02f0ab8ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=8F=D1=80=20=D0=90=D0=B3=D0=BB?= =?UTF-8?q?=D0=B8=D1=83=D0=BB=D0=BB=D0=BE=D0=B2?= Date: Sun, 19 Mar 2023 17:26:50 +0400 Subject: [PATCH 1/2] fix --- ConfectioneryRestApi/Controllers/ImplementerController.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfectioneryRestApi/Controllers/ImplementerController.cs b/ConfectioneryRestApi/Controllers/ImplementerController.cs index 9664734..719140c 100644 --- a/ConfectioneryRestApi/Controllers/ImplementerController.cs +++ b/ConfectioneryRestApi/Controllers/ImplementerController.cs @@ -49,7 +49,7 @@ namespace ConfectioneryRestApi.Controllers { return _order.ReadList(new OrderSearchModel { - Status = OrderStatus.Принят + Statusses = new() { OrderStatus.Принят } }); } catch (Exception ex) From de477322f869d48eadd7eaa5092b8788e2b12b72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D1=8F=D1=80=20=D0=90=D0=B3=D0=BB?= =?UTF-8?q?=D0=B8=D1=83=D0=BB=D0=BB=D0=BE=D0=B2?= Date: Sun, 19 Mar 2023 17:30:42 +0400 Subject: [PATCH 2/2] fix --- ConfectioneryClientApp/Views/Home/Mails.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfectioneryClientApp/Views/Home/Mails.cshtml b/ConfectioneryClientApp/Views/Home/Mails.cshtml index e881061..02ae3c4 100644 --- a/ConfectioneryClientApp/Views/Home/Mails.cshtml +++ b/ConfectioneryClientApp/Views/Home/Mails.cshtml @@ -7,7 +7,7 @@ }
-

Заказы

+

Письма