Ejemplo n.º 1
0
        public JsonResult GetErrorCollections()
        {
            ErrorCollectionbll bll = new ErrorCollectionbll();
            IEnumerable <Question_ErrorCollection> errorCollections = bll.GetErrorCollections(loginId);

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