public GeneratePdfController(IExamCheck examCheck) { this.examCheck = examCheck; }
public CheckExamController(ISubjectService subjectService, IExamCheck examCheck, IExamResultService examResultService) { this.subjectService = subjectService; this.examCheck = examCheck; this.examResultService = examResultService; }