コード例 #1
0
        public IActionResult fetchRoleList(string sysCode)
        {
            Dictionary <string, object> d = new Dictionary <string, object>();

            d["sysCode"] = sysCode;
            Dictionary <string, object> res = mm.fetchRoleList(d);

            return(Json(res));
        }