public EnrollmentsController(Student_Management_MVCContext context)
 {
     _context = context;
 }
 public ResultsController(Student_Management_MVCContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CoursesController(Student_Management_MVCContext context)
 {
     _context = context;
 }