public CommentRepository(TelemedicineContext context) { _db = context; }
public AnalyzeRepository(TelemedicineContext context) { _db = context; }
public ECGRepository(TelemedicineContext context) { _db = context; }
public DoctorRepository(TelemedicineContext context) { _db = context; }
public HospitalRepository(TelemedicineContext context) { _db = context; }