From f6696cd135f02cb4ee51833f61e1d6e7b128baf4 Mon Sep 17 00:00:00 2001 From: Allllen4a Date: Tue, 30 Apr 2024 19:38:49 +0400 Subject: [PATCH] =?UTF-8?q?=D1=81=D0=BC=D0=B0=D0=B9=D0=BB=20=D1=87=D0=B5?= =?UTF-8?q?=D1=80=D0=B5=D0=BF=D0=B0-2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../BusinessLogic/EvaluationLogic.cs | 2 +- .../Controllers/EvaluationController.cs | 2 +- .../ClientWebApp/Views/Shared/_Layout.cshtml | 33 +++++++++++++++---- .../ClientWebApp/Views/_ViewImports.cshtml | 4 +-- BeautySalonView/ClientWebApp/appsettings.json | 3 +- 5 files changed, 33 insertions(+), 11 deletions(-) diff --git a/BeautySalonView/BeautySalonBusinessLogic/BusinessLogic/EvaluationLogic.cs b/BeautySalonView/BeautySalonBusinessLogic/BusinessLogic/EvaluationLogic.cs index 9cb7a5a..4769ad0 100644 --- a/BeautySalonView/BeautySalonBusinessLogic/BusinessLogic/EvaluationLogic.cs +++ b/BeautySalonView/BeautySalonBusinessLogic/BusinessLogic/EvaluationLogic.cs @@ -97,7 +97,7 @@ namespace BeautySalonBusinessLogic.BusinessLogics { throw new ArgumentNullException("Оценки за процедуру должны быть больше 0", nameof(model.PointsProcedure)); } - _logger.LogInformation("Rating. PointsProcedure: {PointsProcedure}}. Id: {Id}", + _logger.LogInformation("Evaluation. PointsProcedure: {PointsProcedure}}. Id: {Id}", model.PointsProcedure, model.PointsCosmetics, model.Id); } } diff --git a/BeautySalonView/ClientWebApp/Controllers/EvaluationController.cs b/BeautySalonView/ClientWebApp/Controllers/EvaluationController.cs index 04fc7d2..d868ee1 100644 --- a/BeautySalonView/ClientWebApp/Controllers/EvaluationController.cs +++ b/BeautySalonView/ClientWebApp/Controllers/EvaluationController.cs @@ -1,6 +1,6 @@ using BeautySalonContracts.BindingModels; using BeautySalonContracts.ViewModels; -using ClientApp; +using ClientWebApp; using Microsoft.AspNetCore.Mvc; namespace BeutySalonClientApp.Controllers diff --git a/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml b/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml index 1967da7..c28d453 100644 --- a/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml +++ b/BeautySalonView/ClientWebApp/Views/Shared/_Layout.cshtml @@ -3,16 +3,22 @@ - @ViewData["Title"] - ClientApp + @ViewData["Title"] - BeutySalonClientApp - +