示例#1
0
 public IEnumerable <QuestionDTO> AllQuestions()
 {
     return(mapper.Map <IEnumerable <QuestionDTO> >(p.AllQuestions()));
 }