Exemple #1
0
 public string PobierzCaptcha()
 {
     GusInfo.Service.PobierzCaptchaRequest  inValue = new GusInfo.Service.PobierzCaptchaRequest();
     GusInfo.Service.PobierzCaptchaResponse retVal  = ((GusInfo.Service.IUslugaBIRzewnPubl)(this)).PobierzCaptcha(inValue);
     return(retVal.PobierzCaptchaResult);
 }
Exemple #2
0
 GusInfo.Service.PobierzCaptchaResponse GusInfo.Service.IUslugaBIRzewnPubl.PobierzCaptcha(GusInfo.Service.PobierzCaptchaRequest request)
 {
     return(base.Channel.PobierzCaptcha(request));
 }