Пример #1
0
        public ActionResult GetTableGroupCategory()
        {
            var listType = danhMucDAO.GetListGroupCategory();

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