From 21369b4a1fbf3e951885d641f78f80fa273cd812 Mon Sep 17 00:00:00 2001 From: Allllen4a Date: Fri, 31 May 2024 23:28:11 +0400 Subject: [PATCH] =?UTF-8?q?=D0=92=D0=BE=D1=82=20=D0=B2=D1=8B,=20=D0=BC?= =?UTF-8?q?=D1=83=D0=B6=D1=87=D0=B8=D0=BD=D0=B0,=20=D1=83=20=D0=B2=D0=B0?= =?UTF-8?q?=D1=81=20=D0=B2=20=D1=83=D1=81=D0=B0=D1=85=20=D0=BA=D0=B0=D0=BF?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=B0=20=D0=93=D0=B4=D0=B5-=D1=82=D0=BE=20?= =?UTF-8?q?=D0=BD=D0=B5=D0=B4=D0=BE=D0=BA=D1=83=D1=88=D0=B0=D0=BD=D0=BD?= =?UTF-8?q?=D1=8B=D1=85,=20=D0=BD=D0=B5=D0=B4=D0=BE=D0=B5=D0=B4=D0=B5?= =?UTF-8?q?=D0=BD=D0=BD=D1=8B=D1=85=20=D1=89=D0=B5=D0=B9;=20=D0=B2=D0=BE?= =?UTF-8?q?=D1=82=20=D0=B2=D1=8B,=20=D0=B6=D0=B5=D0=BD=D1=89=D0=B8=D0=BD?= =?UTF-8?q?=D0=B0,=20=D0=BD=D0=B0=20=D0=B2=D0=B0=D1=81=20=D0=B1=D0=B5?= =?UTF-8?q?=D0=BB=D0=B8=D0=BB=D0=B0=20=D0=B3=D1=83=D1=81=D1=82=D0=BE,=20?= =?UTF-8?q?=D0=B2=D1=8B=20=D1=81=D0=BC=D0=BE=D1=82=D1=80=D0=B8=D1=82=D0=B5?= =?UTF-8?q?=20=D1=83=D1=81=D1=82=D1=80=D0=B8=D1=86=D0=B5=D0=B9=20=D0=B8?= =?UTF-8?q?=D0=B7=20=D1=80=D0=B0=D0=BA=D0=BE=D0=B2=D0=B8=D0=BD=20=D0=B2?= =?UTF-8?q?=D0=B5=D1=89=D0=B5=D0=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- BeautySalonView/BeautySalonRestApi/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BeautySalonView/BeautySalonRestApi/Program.cs b/BeautySalonView/BeautySalonRestApi/Program.cs index acf8b99..4397b01 100644 --- a/BeautySalonView/BeautySalonRestApi/Program.cs +++ b/BeautySalonView/BeautySalonRestApi/Program.cs @@ -11,6 +11,7 @@ using BeatySalonBusinesLogic.OfficePackage; using System.Reflection.PortableExecutable; using CafeBusinessLogic.BusinessLogics; using BeautySalonBusinesLogic.BusinessLogics; +using BeautySalonBusinesLogics.OfficePackage; var builder = WebApplication.CreateBuilder(args);