Changeset 0c48bbb for FarmatikoData/Models/MedicineList.cs
- Timestamp:
- 07/21/20 12:05:35 (4 years ago)
- Branches:
- master
- Children:
- 333cdac, 92a1f41
- Parents:
- dba4ca9 (diff), f33b0d4 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/MedicineList.cs
rdba4ca9 r0c48bbb 1 1 using System.Collections.Generic; 2 using FarmatikoData.Base; 2 3 using FarmatikoData.Models; 3 4 using Microsoft.EntityFrameworkCore; … … 5 6 namespace FarmatikoData.Models 6 7 { 7 public class MedicineList 8 public class MedicineList : BaseEntity 8 9 { 9 public Medicine Medicine s{ get; set; }10 public Medicine Medicine { get; set; } 10 11 public bool HasMedicine { get; set; } 11 12 public ICollection<Medicine> MedicinesList { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.