コード例 #1
0
 public List <ShortInfoQuizResponse> GetAll()
 {
     return(_mapper.Map <List <ShortInfoQuizResponse> >(_quizRepo.GetAll()));
 }