Example #1
0
 public StudentsController(SchoolNetContext context)
 {
     _context = context;
 }
 public CoursesController(SchoolNetContext context)
 {
     _context = context;
 }
Example #3
0
 public TeachersController(SchoolNetContext context)
 {
     _context = context;
 }