From e105e51563a339e500c776b3b780de8969642fe3 Mon Sep 17 00:00:00 2001 From: Allllen4a Date: Fri, 31 May 2024 11:47:14 +0400 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=B5=20=D0=B2=D1=8B=D1=85=D0=BE=D0=B4?= =?UTF-8?q?=D0=B8=20=D0=B8=D0=B7=20=D0=BA=D0=BE=D0=BC=D0=BD=D0=B0=D1=82?= =?UTF-8?q?=D1=8B,=20=D0=BD=D0=B5=20=D1=81=D0=BE=D0=B2=D0=B5=D1=80=D1=88?= =?UTF-8?q?=D0=B0=D0=B9=20=D0=BE=D1=88=D0=B8=D0=B1=D0=BA=D1=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ClientWebApp/Controllers/ProcedureController.cs | 5 +---- BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml | 2 +- BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml | 8 ++++---- 3 files changed, 6 insertions(+), 9 deletions(-) diff --git a/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs b/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs index f94c9f5..d17d182 100644 --- a/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs +++ b/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs @@ -2,11 +2,8 @@ using BeautySalonContracts.BusinessLogicContracts; using BeautySalonContracts.SearchModels; using BeautySalonContracts.ViewModels; -using WorkerWebApp.Controllers; using Microsoft.AspNetCore.Mvc; -using BeautySalonDatabaseImplement.Models; -using Microsoft.Extensions.Logging; -using System; +using WorkerWebApp; namespace WorkerWebApp.Controllers { diff --git a/BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml b/BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml index ac85a2f..7dbdae4 100644 --- a/BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Home/Procedure.cshtml @@ -50,4 +50,4 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml b/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml index ddeb503..a98ece1 100644 --- a/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml @@ -3,10 +3,10 @@ - @ViewData["Title"] - BeutySalonClientApp + @ViewData["Title"] - WorkerWebApp - +
@@ -32,7 +32,7 @@ Авторизация