From a1bf8c4686aa282d092bf0b3f187580f7c453ca4 Mon Sep 17 00:00:00 2001 From: Allllen4a Date: Sat, 1 Jun 2024 00:38:31 +0400 Subject: [PATCH] =?UTF-8?q?=D0=A7=D0=B8=D0=BD=D1=8F=20=D1=81=D0=B5=D0=B1?= =?UTF-8?q?=D0=B5=20=D0=BF=D1=80=D0=B0=D0=B2=D1=91=D0=B6,=20=D0=B4=D1=83?= =?UTF-8?q?=D1=88=D0=B5,=20=D1=83=D0=BC=D1=83,=20=D0=BF=D0=BE=D1=80=D0=BE?= =?UTF-8?q?=D1=8E=20=D0=B8=D0=B7=D0=B2=D0=B5=D0=B4=D0=B5=D1=88=D1=8C=20?= =?UTF-8?q?=D1=82=D0=B0=D0=BA=D1=83=D1=8E=20=D1=82=D1=8C=D0=BC=D1=83=20?= =?UTF-8?q?=D0=B8=20=D0=B2=D1=80=D0=B5=D0=BC=D0=B5=D0=BD=D0=B8=20=D0=B8=20?= =?UTF-8?q?=D1=81=D0=BB=D0=BE=D0=B2,=20=D1=87=D1=82=D0=BE=20=D0=BB=D0=BE?= =?UTF-8?q?=D0=BC=D0=B8=D1=82=20=D0=B3=D1=80=D1=83=D0=B4=D1=8C,=20=D1=87?= =?UTF-8?q?=D1=82=D0=BE=20=D0=B2=20=D0=B7=D0=B5=D1=80=D0=BA=D0=B0=D0=BB?= =?UTF-8?q?=D0=BE=20=D0=B3=D0=BE=D1=82=D0=BE=D0=B2=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D1=87=D0=B0=D1=81=20=D0=B2=D0=B7=D0=B3=D0=BB=D1=8F=D0=BD=D1=83?= =?UTF-8?q?=D1=82=D1=8C.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ClientWebApp/Controllers/ProcedureController.cs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs b/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs index af1d9a2..7b3f7c1 100644 --- a/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs +++ b/BeautySalonView/ClientWebApp/Controllers/ProcedureController.cs @@ -90,7 +90,7 @@ namespace WorkerWebApp.Controllers }); - return RedirectToAction("Procedures", "Procedure"); + Response.Redirect("/Evaluation/Evaluations"); } [HttpGet] @@ -133,7 +133,7 @@ namespace WorkerWebApp.Controllers ProcedureDuration = duration }); - return RedirectToAction("Procedures", "Procedure"); + Response.Redirect("/Evaluation/Evaluations"); } [HttpPost] @@ -149,7 +149,7 @@ namespace WorkerWebApp.Controllers Id = id }); - return RedirectToAction("Procedures", "Procedure"); + Response.Redirect("/Evaluation/Evaluations"); } } } \ No newline at end of file