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(); + } + } +}