Changeset 68454c6 for FarmatikoData/Models
- Timestamp:
- 11/15/20 19:08:48 (4 years ago)
- Branches:
- master
- Children:
- 8b13eb2
- Parents:
- 1db5673
- Location:
- FarmatikoData/Models
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
FarmatikoData/Models/Pharmacy.cs
r1db5673 r68454c6 27 27 } 28 28 public int PheadId { get; set; } 29 public PharmacyHead PHead { get; set; }29 public PharmacyHead PHead { get; internal set; } 30 30 } 31 31 } -
FarmatikoData/Models/PharmacyHead.cs
r1db5673 r68454c6 21 21 [JsonProperty("Passwd")] 22 22 public string Password { get; set; } 23 24 23 25 [JsonProperty("PharmacyMedicines")] 24 26 public List<Medicine> MedicineList { get; set; } 25 [Required]26 27 [JsonProperty("Pharmacy")] 27 28 public ICollection<Pharmacy> PharmaciesList { get; set; }
Note:
See TracChangeset
for help on using the changeset viewer.