Beispiel #1
0
 public GeneratePdfController(IExamCheck examCheck)
 {
     this.examCheck = examCheck;
 }
Beispiel #2
0
 public CheckExamController(ISubjectService subjectService, IExamCheck examCheck, IExamResultService examResultService)
 {
     this.subjectService    = subjectService;
     this.examCheck         = examCheck;
     this.examResultService = examResultService;
 }