public CoursesController(ContextNPG context) { _context = context; }
public OfficeAssignmentsController(ContextNPG context) { _context = context; }
public BlogsController(ContextNPG context) { _context = context; }
public CourseInstructorsController(ContextNPG context) { _context = context; }
public EnrollmentsController(ContextNPG context) { _context = context; }
public PostsController(ContextNPG context) { _context = context; }
public StudentsController(ContextNPG context) { _context = context; }
public DepartmentsController(ContextNPG context) { _context = context; }