Example #1
0
 public DoctorsRepository(MReportDBContext context)
 {
     _context = context;
 }
Example #2
0
 public AddminRepository(MReportDBContext context)
 {
     _context = context;
 }
 public PatientRepository(MReportDBContext context)
 {
     _context = context;
 }