Exemple #1
0
 public PatientRepository(EFContext.EFContext context)
 {
     _context = context;
 }
 public DoctorRepository(EFContext.EFContext context)
 {
     _context = context;
 }