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