Ignore:
Timestamp:
11/15/20 19:08:48 (3 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
8b13eb2
Parents:
1db5673
Message:

fix bugs

Location:
FarmatikoData/Models
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/Pharmacy.cs

    r1db5673 r68454c6  
    2727        }
    2828        public int PheadId { get; set; }
    29         public PharmacyHead PHead { get; set; }
     29        public PharmacyHead PHead { get; internal set; }
    3030    }
    3131}
  • FarmatikoData/Models/PharmacyHead.cs

    r1db5673 r68454c6  
    2121        [JsonProperty("Passwd")]
    2222        public string Password { get; set; }
     23
     24
    2325        [JsonProperty("PharmacyMedicines")]
    2426        public List<Medicine> MedicineList { get; set; }
    25         [Required]
    2627        [JsonProperty("Pharmacy")]
    2728        public ICollection<Pharmacy> PharmaciesList { get; set; }
Note: See TracChangeset for help on using the changeset viewer.