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