Changeset 68454c6 for FarmatikoData/Models/PharmacyHead.cs
- Timestamp:
- 11/15/20 19:08:48 (4 years ago)
- Branches:
- master
- Children:
- 8b13eb2
- Parents:
- 1db5673
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
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.