コード例 #1
0
 public JsonResult QuestionsByCategoryId(int id)
 {
     return(new JsonResult(_repository.AllQuestionsByCategory(id)));
 }