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