From 0fad61dfbca7b3f3b2d2102a2b618de9ed4f628a Mon Sep 17 00:00:00 2001 From: Leozillo73 <76777036+Leozillo73@users.noreply.github.com> Date: Sat, 1 Jun 2024 04:22:29 +0400 Subject: [PATCH] qwe --- .../Controllers/HomeController.cs | 6 ++++- .../ZooClientApp/Views/Home/Index.cshtml | 2 +- .../ZooClientApp/Views/Home/Payment.cshtml | 23 +------------------ 3 files changed, 7 insertions(+), 24 deletions(-) diff --git a/git/JurasicZoo/ZooClientApp/Controllers/HomeController.cs b/git/JurasicZoo/ZooClientApp/Controllers/HomeController.cs index 59681d4..de3b925 100644 --- a/git/JurasicZoo/ZooClientApp/Controllers/HomeController.cs +++ b/git/JurasicZoo/ZooClientApp/Controllers/HomeController.cs @@ -247,7 +247,7 @@ namespace ZooClientApp.Controllers ClientId = APIClient.Client.Id, RoutePreserves = a, - RoutePrice = 100, + RoutePrice = 1000, RouteName = name }); Response.Redirect("IndexRoute"); @@ -262,6 +262,10 @@ namespace ZooClientApp.Controllers { return View(); } + public IActionResult Payment() + { + return View(); + } [HttpGet] public IActionResult AnimalServices() { diff --git a/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml b/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml index d7619a8..eea64c9 100644 --- a/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml +++ b/git/JurasicZoo/ZooClientApp/Views/Home/Index.cshtml @@ -8,7 +8,7 @@
Создание маршрута - Оплата + Оплата Отчеты Вход Регистрация diff --git a/git/JurasicZoo/ZooClientApp/Views/Home/Payment.cshtml b/git/JurasicZoo/ZooClientApp/Views/Home/Payment.cshtml index d6f9835..ec0ffe4 100644 --- a/git/JurasicZoo/ZooClientApp/Views/Home/Payment.cshtml +++ b/git/JurasicZoo/ZooClientApp/Views/Home/Payment.cshtml @@ -17,27 +17,6 @@
-
+
-