コード例 #1
0
 public IEnumerable <Question> GetQuestionsByCategory(int id)
 {
     return(QuestionRepo.GetQuestionsByCategoryId(id));
 }