Небольшие багфиксы
All checks were successful
Create and publish a Docker image / build-and-push-image (push) Successful in 29s

This commit is contained in:
2023-07-30 13:11:11 +03:00
parent f323c901ce
commit e269c8dce5
21 changed files with 372 additions and 966 deletions

View File

@ -11,6 +11,16 @@ public class AdminController : Controller
return View();
}
public async Task<IActionResult> Universities()
{
return View();
}
public async Task<IActionResult> Banks()
{
return View();
}
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
public IActionResult Error()
{