public EnrollmentsController(BillyMadisonContext context) { _context = context; }
public StudentsController(BillyMadisonContext context) { _context = context; }
public CoursesController(BillyMadisonContext context) { _context = context; }