Пример #1
0
    public OdpowiedzPullPobierzTyp pobierzNastepny(ZapytaniePullPobierzTyp ZapytaniePullPobierz)
    {
        pobierzNastepnyRequest inValue = new pobierzNastepnyRequest();

        inValue.ZapytaniePullPobierz = ZapytaniePullPobierz;
        pobierzNastepnyResponse retVal = ((pull)(this)).pobierzNastepny(inValue);

        return(retVal.OdpowiedzPullPobierz);
    }
Пример #2
0
    public System.Threading.Tasks.Task <pobierzNastepnyResponse> pobierzNastepnyAsync(ZapytaniePullPobierzTyp ZapytaniePullPobierz)
    {
        pobierzNastepnyRequest inValue = new pobierzNastepnyRequest();

        inValue.ZapytaniePullPobierz = ZapytaniePullPobierz;
        return(((pull)(this)).pobierzNastepnyAsync(inValue));
    }
Пример #3
0
 public pobierzNastepnyRequest(ZapytaniePullPobierzTyp ZapytaniePullPobierz)
 {
     this.ZapytaniePullPobierz = ZapytaniePullPobierz;
 }