Добавил CourseId в модель рецепта

This commit is contained in:
Никита Потапов 2024-04-30 22:39:32 +04:00
parent adcca8d9f3
commit 97f9ef064e

View File

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