Commit 9fe04f24 authored by hasan khaddour's avatar hasan khaddour

update domain models

parent 56f4426e
...@@ -12,7 +12,7 @@ namespace ApplicationCore.DomainModel ...@@ -12,7 +12,7 @@ namespace ApplicationCore.DomainModel
public int MedicineId { get; set; } public int MedicineId { get; set; }
public int IngredientId { get; set; } public int IngredientId { get; set; }
// public MedicineModel Medicine { get; set; } public MedicineModel Medicine { get; set; }
public IngredientModel Ingredient { get; set; } public IngredientModel Ingredient { get; set; }
} }
} }
...@@ -17,7 +17,7 @@ namespace ApplicationCore.DomainModel ...@@ -17,7 +17,7 @@ namespace ApplicationCore.DomainModel
#region Relations #region Relations
public ICollection<MedicalStateModel> MedicalStates { get; set; } public ICollection<MedicalStateModel> MedicalStates { get; set; }
// public ICollection<Medicine> Medicines { get; set; } //public ICollection<Medicine> Medicines { get; set; }
// public ICollection<PatientMedicine> PatientMedicines { get; set; } // public ICollection<PatientMedicine> PatientMedicines { get; set; }
#endregion Relations #endregion Relations
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment