Ejemplo n.º 1
0
        public ActionResult JsonGetListTreeByType(int pageId, string listid)
        {
            var ltsCategory = _categoryApi.GetListTreeByTypeListId(pageId, listid, UserItem.AgencyID);

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