public EnrollmentController(SchDbContext context)
 {
     _context = context;
 }
Beispiel #2
0
 public StudentController(SchDbContext context)
 {
     _context = context;
 }
Beispiel #3
0
 public CourseController(SchDbContext context)
 {
     _context = context;
 }