Смена отноения курса и рецепта #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 452c558e21 - Show all commits

View File

@ -5,7 +5,6 @@
int DaysCount { get; }
int PillsPerDay { get; }
string Comment { get; }
int RecipeId { get; }
Dictionary<int, IDiagnoseModel> CourseDiagnoses { get; }
}
}