Beispiel #1
0
 public DepartmentController(QuestioningContext context)
 {
     _context = context;
 }
 public FacultyController(QuestioningContext context)
 {
     _context = context;
 }