public bool SprawdzCaptcha(string pCaptcha) { GusInfo.Service.SprawdzCaptchaRequest inValue = new GusInfo.Service.SprawdzCaptchaRequest(); inValue.pCaptcha = pCaptcha; GusInfo.Service.SprawdzCaptchaResponse retVal = ((GusInfo.Service.IUslugaBIRzewnPubl)(this)).SprawdzCaptcha(inValue); return(retVal.SprawdzCaptchaResult); }
GusInfo.Service.SprawdzCaptchaResponse GusInfo.Service.IUslugaBIRzewnPubl.SprawdzCaptcha(GusInfo.Service.SprawdzCaptchaRequest request) { return(base.Channel.SprawdzCaptcha(request)); }