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