public SharpCore.MTPS.getNavigationPathsResponse GetNavigationPaths(SharpCore.MTPS.appId appId, SharpCore.MTPS.getNavigationPathsRequest getNavigationPathsRequest) { SharpCore.MTPS.GetNavigationPathsRequest1 inValue = new SharpCore.MTPS.GetNavigationPathsRequest1(); inValue.appId = appId; inValue.getNavigationPathsRequest = getNavigationPathsRequest; SharpCore.MTPS.GetNavigationPathsResponse1 retVal = ((SharpCore.MTPS.ContentServicePortType)(this)).GetNavigationPaths(inValue); return(retVal.getNavigationPathsResponse); }
public GetContentRequest1(SharpCore.MTPS.appId appId, SharpCore.MTPS.getContentRequest getContentRequest) { this.appId = appId; this.getContentRequest = getContentRequest; }
public GetNavigationPathsRequest1(SharpCore.MTPS.appId appId, SharpCore.MTPS.getNavigationPathsRequest getNavigationPathsRequest) { this.appId = appId; this.getNavigationPathsRequest = getNavigationPathsRequest; }