Смена отноения курса и рецепта #8

Merged
ns.potapov merged 5 commits from change_recipe_course_relation into stage7_user_web_interface_prototype 2024-04-30 22:53:24 +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; }
}
}