示例#1
0
        public ActionResult GetTableCate()
        {
            var listcate = danhMucDAO.GetListCategory();

            return(Json(new { data = listcate }, JsonRequestBehavior.AllowGet));
        }