public CourseInstructorsController(Contosouniversitypracticeround1Context context)
 {
     _context = context;
 }
예제 #2
0
 public DepartmentsController(Contosouniversitypracticeround1Context context)
 {
     _context = context;
 }
예제 #3
0
 public OfficeAssignmentsController(Contosouniversitypracticeround1Context context)
 {
     _context = context;
 }
예제 #4
0
 public PersonController(Contosouniversitypracticeround1Context context)
 {
     _context = context;
 }