Пример #1
0
 public List <QuestionWithAnswers> GetAllQuestionWithAnswersByCategoryId(int _categoryId)
 {
     return(_efQuestionDal.GetAllQuestionWithAnswersByCategoryId(_categoryId));
 }