Ejemplo n.º 1
0
    public publisherAssertions get_publisherAssertions(get_publisherAssertions get_publisherAssertions1)
    {
        get_publisherAssertionsRequest inValue = new get_publisherAssertionsRequest();

        inValue.get_publisherAssertions = get_publisherAssertions1;
        get_publisherAssertionsResponse retVal = ((Publish)(this)).get_publisherAssertions(inValue);

        return(retVal.publisherAssertions);
    }
Ejemplo n.º 2
0
 get_publisherAssertionsResponse Publish.get_publisherAssertions(get_publisherAssertionsRequest request)
 {
     return(base.Channel.get_publisherAssertions(request));
 }