public ExamService(IExamDAL examDAL)
 {
     this.examDAL = examDAL;
 }
Example #2
0
 public ExamService(IExamDAL examDAL)
 {
     _examDAL = examDAL;
 }