Example #1
0
 public QuestionService()
 {
     _questionDAL = new EFQuestionDAL();
 }