Beispiel #1
0
 public StudentsController(StuyDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public SubjectsController(StuyDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public DepartmentsController(StuyDbContext context)
 {
     _context = context;
 }
Beispiel #4
0
 public TeachersController(StuyDbContext context)
 {
     _context = context;
 }
Beispiel #5
0
 public HomeController(StuyDbContext context)
 {
     _context = context;
 }