Удалил личный кабинет, его нет в ТЗ
This commit is contained in:
parent
f02cd81dbb
commit
b2f671edbe
@ -90,11 +90,6 @@ namespace PolyclinicWebAppImplementer.Controllers
|
||||
return View();
|
||||
}
|
||||
|
||||
public IActionResult MyPage()
|
||||
{
|
||||
return View();
|
||||
}
|
||||
|
||||
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
|
||||
public IActionResult Error()
|
||||
{
|
||||
|
@ -11,7 +11,6 @@
|
||||
public static (string Url, string Title) Course = ("Course", "Курс");
|
||||
public static (string Url, string Title) Login = ("Login", "Вход");
|
||||
public static (string Url, string Title) Register = ("Register", "Регистрация");
|
||||
public static (string Url, string Title) MyPage = ("MyPage", "Личный кабинет");
|
||||
public static (string Url, string Title) Privacy = ("Privacy", "Политика приватности");
|
||||
|
||||
public static List<(string Url, string Title)> MenuItemsOrder = new List<(string Url, string Title)>
|
||||
|
@ -1,3 +0,0 @@
|
||||
@{
|
||||
ViewBag.SelectedSiteMenuItem = SiteMenuItems.MyPage;
|
||||
}
|
Loading…
Reference in New Issue
Block a user