Changeset d23bf72 for FarmatikoData/Models
- Timestamp:
- 11/05/20 06:57:35 (4 years ago)
- Branches:
- master
- Children:
- afc9a9a
- Parents:
- 1f4846d
- Location:
- FarmatikoData/Models
- Files:
-
- 1 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/PharmacyHead.cs
r1f4846d rd23bf72 16 16 [Required] 17 17 public string Password { get; set; } 18 public ICollection<MedicineList> MedicineLists { get; set; }19 public ICollection<Pharmacy> PharmaciesList { get; set; }18 public List<MedicineList> MedicineLists { get; set; } 19 public List<Pharmacy> PharmaciesList { get; set; } 20 20 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.