Добавил CourseId в модель рецепта
This commit is contained in:
parent
adcca8d9f3
commit
97f9ef064e
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user