Exemple #1
0
        public ActionResult TestCategoryAjax()
        {
            var testCategoryList = _iTestCategoryService.GetAll();

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

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