Удалил RecipeId из модели курса
This commit is contained in:
parent
97f9ef064e
commit
452c558e21
@ -5,7 +5,6 @@
|
|||||||
int DaysCount { get; }
|
int DaysCount { get; }
|
||||||
int PillsPerDay { get; }
|
int PillsPerDay { get; }
|
||||||
string Comment { get; }
|
string Comment { get; }
|
||||||
int RecipeId { get; }
|
|
||||||
Dictionary<int, IDiagnoseModel> CourseDiagnoses { get; }
|
Dictionary<int, IDiagnoseModel> CourseDiagnoses { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user