Example #1
0
 public TeachersController(TutorialsDBContext context)
 {
     _context = context;
 }
Example #2
0
 public SubjectsController(TutorialsDBContext context)
 {
     _context = context;
 }
 public StudentsClassRoomsController(TutorialsDBContext context)
 {
     _context = context;
 }