Удалил RecipeId из модели курса

This commit is contained in:
Никита Потапов 2024-04-30 22:40:19 +04:00
parent 97f9ef064e
commit 452c558e21

View File

@ -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; }
} }
} }