public PatientDoctorsRepository(MedContext _db)
 {
     db = _db;
 }
Exemple #2
0
 public DoctorRepository(MedContext _db)
 {
     db = _db;
 }