diff --git a/Bank/BankClientApp/Controllers/HomeController.cs b/Bank/BankClientApp/Controllers/HomeController.cs index 1305c26..f15265d 100644 --- a/Bank/BankClientApp/Controllers/HomeController.cs +++ b/Bank/BankClientApp/Controllers/HomeController.cs @@ -23,6 +23,56 @@ namespace BankClientApp.Controllers return View(); } + public IActionResult Enter() + { + return View(); + } + + public IActionResult Login() + { + return View(); + } + + public IActionResult Register() + { + return View(); + } + + public IActionResult CreateCard() + { + return View(); + } + + public IActionResult CreateReport() + { + return View(); + } + + public IActionResult ReportBankCard() + { + return View(); + } + + public IActionResult Crediting() + { + return View(); + } + + public IActionResult Debiting() + { + return View(); + } + + public IActionResult MoneyTransfers() + { + return View(); + } + + public IActionResult Cards() + { + return View(); + } + [ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)] public IActionResult Error() { diff --git a/Bank/BankClientApp/Views/Home/Cards.cshtml b/Bank/BankClientApp/Views/Home/Cards.cshtml index 287854a..4b9d277 100644 --- a/Bank/BankClientApp/Views/Home/Cards.cshtml +++ b/Bank/BankClientApp/Views/Home/Cards.cshtml @@ -13,7 +13,7 @@
- Оформить банковскую карту + Оформить банковскую карту