Ejemplo n.º 1
0
        public ActionResult TestCategoryAjax()
        {
            var testCategoryList = _iTestCategoryService.GetAll();

            return(Json(testCategoryList, JsonRequestBehavior.AllowGet));
        }
Ejemplo n.º 2
0
        public ActionResult GetAllTestCategory()
        {
            var message = _iTestCategoryService.GetAll();

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