Ejemplo n.º 1
0
        public JsonResult GetQuestionType()
        {
            ErrorCollectionbll          bll      = new ErrorCollectionbll();
            IEnumerable <Question_Type> typelist = bll.GetQuestionTypes();

            return(Json(typelist, JsonRequestBehavior.AllowGet));
        }