Пример #1
0
 public bool SprawdzCaptcha(string pCaptcha)
 {
     Sprawdź_NIP.BIR1.SprawdzCaptchaRequest inValue = new Sprawdź_NIP.BIR1.SprawdzCaptchaRequest();
     inValue.pCaptcha = pCaptcha;
     Sprawdź_NIP.BIR1.SprawdzCaptchaResponse retVal = ((Sprawdź_NIP.BIR1.IUslugaBIRzewnPubl)(this)).SprawdzCaptcha(inValue);
     return(retVal.SprawdzCaptchaResult);
 }
Пример #2
0
 public System.Threading.Tasks.Task <Sprawdź_NIP.BIR1.SprawdzCaptchaResponse> SprawdzCaptchaAsync(string pCaptcha)
 {
     Sprawdź_NIP.BIR1.SprawdzCaptchaRequest inValue = new Sprawdź_NIP.BIR1.SprawdzCaptchaRequest();
     inValue.pCaptcha = pCaptcha;
     return(((Sprawdź_NIP.BIR1.IUslugaBIRzewnPubl)(this)).SprawdzCaptchaAsync(inValue));
 }
Пример #3
0
 System.Threading.Tasks.Task <Sprawdź_NIP.BIR1.SprawdzCaptchaResponse> Sprawdź_NIP.BIR1.IUslugaBIRzewnPubl.SprawdzCaptchaAsync(Sprawdź_NIP.BIR1.SprawdzCaptchaRequest request)
 {
     return(base.Channel.SprawdzCaptchaAsync(request));
 }
Пример #4
0
 Sprawdź_NIP.BIR1.SprawdzCaptchaResponse Sprawdź_NIP.BIR1.IUslugaBIRzewnPubl.SprawdzCaptcha(Sprawdź_NIP.BIR1.SprawdzCaptchaRequest request)
 {
     return(base.Channel.SprawdzCaptcha(request));
 }