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