예제 #1
0
 public CoursesController(ContextNPG context)
 {
     _context = context;
 }
 public OfficeAssignmentsController(ContextNPG context)
 {
     _context = context;
 }
예제 #3
0
 public BlogsController(ContextNPG context)
 {
     _context = context;
 }
예제 #4
0
 public CourseInstructorsController(ContextNPG context)
 {
     _context = context;
 }
예제 #5
0
 public EnrollmentsController(ContextNPG context)
 {
     _context = context;
 }
예제 #6
0
 public PostsController(ContextNPG context)
 {
     _context = context;
 }
예제 #7
0
 public StudentsController(ContextNPG context)
 {
     _context = context;
 }
예제 #8
0
 public DepartmentsController(ContextNPG context)
 {
     _context = context;
 }