Пример #1
0
 public ActionResult GetAll()
 {
     return(Json(_questionTypeRepository.GetAllQuestionTypes(), JsonRequestBehavior.AllowGet));
 }