コード例 #1
0
        public Dictionary <string, Object> GetParentCode(string childCode)
        {
            var result = CommonRequest.ApiGetParentCode(childCode);

            return(result);
        }