This commit is contained in:
Leozillo73 2024-06-01 01:12:12 +04:00
parent 3e94528741
commit e579c33a24
3 changed files with 36 additions and 0 deletions

View File

@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
namespace ZooShowEmployeeApp.Views.Home
{
public class UpdateCost : Controller
{
public IActionResult Index()
{
return View();
}
}
}

View File

@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
namespace ZooShowEmployeeApp.Views.Home
{
public class UpdateCost : Controller
{
public IActionResult Index()
{
return View();
}
}
}

View File

@ -0,0 +1,12 @@
using Microsoft.AspNetCore.Mvc;
namespace ZooShowEmployeeApp.Views.Home
{
public class UpdateCost : Controller
{
public IActionResult Index()
{
return View();
}
}
}