public CommentRepository(TelemedicineContext context)
 {
     _db = context;
 }
 public AnalyzeRepository(TelemedicineContext context)
 {
     _db = context;
 }
Exemple #3
0
 public ECGRepository(TelemedicineContext context)
 {
     _db = context;
 }
 public DoctorRepository(TelemedicineContext context)
 {
     _db = context;
 }
 public HospitalRepository(TelemedicineContext context)
 {
     _db = context;
 }