public DiseaseRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
 public TreatmentRecordsRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
 public OrganisationRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
Example #4
0
 public AddressRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
 public PatientRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
Example #6
0
 public HospitalRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
 public LoginRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }