コード例 #1
0
ファイル: JsonRpc.cs プロジェクト: secc/arena-secc-webservice
        public int[] GetProfileChildren(string authorization, int profileID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return(rpc.GetProfileChildren(profileID));
        }
コード例 #2
0
ファイル: JsonRpc.cs プロジェクト: secc/arena-secc-webservice
        public int[] GetProfileChildren(string authorization, int profileID)
        {
            CoreRpc rpc = new CoreRpc(authorization);

            return rpc.GetProfileChildren(profileID);
        }