вливаю всё, что было создано на 5, 6, 7 этапах в ветку main #12

Merged
ekallin merged 180 commits from stage7_user_web_interface_prototype into main 2024-05-01 19:15:20 +04:00
Showing only changes of commit adcca8d9f3 - Show all commits

View File

@ -15,7 +15,7 @@
public static List<(string Url, string Title)> MenuItemsOrder = new List<(string Url, string Title)>
{
Index, Courses, Diagnoses, Symptomes, Login, Register, MyPage
Index, Courses, Diagnoses, Symptomes, Login, Register
};
}
}