示例#1
0
        public ActionResult GetRolefunctionInfoByID(string id)
        {
            IRolefunctionService rolefunctionService = UnityHelper.UnityResolve <IRolefunctionService>();
            var data = rolefunctionService.GetRolefunctionByID(id);

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