Example #1
0
 public OfficeAssignmentsController(TasContext context)
 {
     _context = context;
 }
Example #2
0
 public PeopleController(TasContext context)
 {
     _context = context;
 }
Example #3
0
 public CoursesController(TasContext context)
 {
     _context = context;
 }
Example #4
0
 public DepartmentsController(TasContext context)
 {
     _context = context;
 }