From e579c33a2476149335f6ee5eeceb90ab7db26b07 Mon Sep 17 00:00:00 2001 From: Leozillo73 <76777036+Leozillo73@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:12:12 +0400 Subject: [PATCH] chtml --- .../ZooShowEmployeeApp/Views/Home/CreateCost.cshtml | 12 ++++++++++++ .../ZooShowEmployeeApp/Views/Home/IndexCost.cshtml | 12 ++++++++++++ .../ZooShowEmployeeApp/Views/Home/UpdateCost.cshtml | 12 ++++++++++++ 3 files changed, 36 insertions(+) create mode 100644 git/JurasicZoo/ZooShowEmployeeApp/Views/Home/CreateCost.cshtml create mode 100644 git/JurasicZoo/ZooShowEmployeeApp/Views/Home/IndexCost.cshtml create mode 100644 git/JurasicZoo/ZooShowEmployeeApp/Views/Home/UpdateCost.cshtml diff --git a/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/CreateCost.cshtml b/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/CreateCost.cshtml new file mode 100644 index 0000000..7b18b6c --- /dev/null +++ b/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/CreateCost.cshtml @@ -0,0 +1,12 @@ +using Microsoft.AspNetCore.Mvc; + +namespace ZooShowEmployeeApp.Views.Home +{ + public class UpdateCost : Controller + { + public IActionResult Index() + { + return View(); + } + } +} diff --git a/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/IndexCost.cshtml b/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/IndexCost.cshtml new file mode 100644 index 0000000..7b18b6c --- /dev/null +++ b/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/IndexCost.cshtml @@ -0,0 +1,12 @@ +using Microsoft.AspNetCore.Mvc; + +namespace ZooShowEmployeeApp.Views.Home +{ + public class UpdateCost : Controller + { + public IActionResult Index() + { + return View(); + } + } +} diff --git a/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/UpdateCost.cshtml b/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/UpdateCost.cshtml new file mode 100644 index 0000000..7b18b6c --- /dev/null +++ b/git/JurasicZoo/ZooShowEmployeeApp/Views/Home/UpdateCost.cshtml @@ -0,0 +1,12 @@ +using Microsoft.AspNetCore.Mvc; + +namespace ZooShowEmployeeApp.Views.Home +{ + public class UpdateCost : Controller + { + public IActionResult Index() + { + return View(); + } + } +}