public ExaminationAPIController()
 {
     partOfExamService      = new PartOfExamService();
     examinationService     = new ExaminationService();
     logService             = new LogService();
     questionService        = new QuestionService();
     learningOutcomeService = new LearningOutcomeService();
 }
Exemple #2
0
 public ExaminationController()
 {
     topicService           = new TopicService();
     learningOutcomeService = new LearningOutcomeService();
     examinationService     = new ExaminationService();
     partOfExamService      = new PartOfExamService();
     categoryService        = new CategoryService();
     semesterService        = new SemesterService();
     logService             = new LogService();
     courseService          = new CourseService();
     questionService        = new QuestionService();
 }