Ejemplo n.º 1
0
 public DiseaseRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
 public TreatmentRecordsRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
 public OrganisationRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
Ejemplo n.º 4
0
 public AddressRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
 public PatientRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
Ejemplo n.º 6
0
 public HospitalRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }
Ejemplo n.º 7
0
 public LoginRepository(EpidemicTrackerAppDBContext context)
 {
     Context = context;
 }