Ignore:
Timestamp:
11/05/20 06:57:35 (3 years ago)
Author:
DimitarSlezenkovski <dslezenkovski@…>
Branches:
master
Children:
afc9a9a
Parents:
1f4846d
Message:

Add SystemService, Auth, fix a lil bugs :)

Location:
FarmatikoData/Models
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • FarmatikoData/Models/PharmacyHead.cs

    r1f4846d rd23bf72  
    1616        [Required]
    1717        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; }
    2020
    2121    }
Note: See TracChangeset for help on using the changeset viewer.