Этап 1. Добавление связей между моделями двух вариантов
This commit is contained in:
parent
e8dcdf0cb9
commit
1751f87357
@ -3,5 +3,6 @@
|
|||||||
public interface IProcedureModel : IId
|
public interface IProcedureModel : IId
|
||||||
{
|
{
|
||||||
string Name { get; }
|
string Name { get; }
|
||||||
|
Dictionary<int, IMedicineModel> ProcedureMedicines { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -6,5 +6,6 @@
|
|||||||
DateTime Date { get; }
|
DateTime Date { get; }
|
||||||
int ApothecaryId { get; }
|
int ApothecaryId { get; }
|
||||||
Dictionary<int, IMedicineModel> RecipeMedicines { get; }
|
Dictionary<int, IMedicineModel> RecipeMedicines { get; }
|
||||||
|
Dictionary<int, ITreatmentModel> RecipeTreatments { get; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user