Пример #1
0
 public JsonResult AllQuestions()
 {
     return(new JsonResult(_repository.AllQuestionsSortedByCategory()));
 }