예제 #1
0
 public QuestionsController(IQuestionsService questionsService, IDifficultyLevelsService difficultyLevelsService)
 {
     _questionsService        = questionsService;
     _difficultyLevelsService = difficultyLevelsService;
 }
 public DifficultyLevelsController(IDifficultyLevelsService difficultyLevelsService)
 {
     _difficultyLevelsService = difficultyLevelsService;
 }
예제 #3
0
 public ExamTypesController(IExamTypesService examTypesService, IDifficultyLevelsService difficultyLevelsService)
 {
     _examTypesService        = examTypesService;
     _difficultyLevelsService = difficultyLevelsService;
 }