вливаю всё, что было создано на 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 97f9ef064e - Show all commits

View File

@ -4,6 +4,7 @@
{
int ProceduresCount { get; set; }
string Comment { get; set; }
int CourseId { get; set; }
Dictionary<int, IProcedureModel> RecipeProcedures { get; }
}
}