示例#1
0
        public ActionResult GetListJson(string organizeId)
        {
            var data = roleCache.GetRoleList(organizeId);

            return(Content(data.TryToJson()));
        }