public System.Threading.Tasks.Task <Tutunamayanlar.HGS_WebService.satinAlResponse> satinAlAsync(long musteriNo, decimal bakiye) { Tutunamayanlar.HGS_WebService.satinAlRequest inValue = new Tutunamayanlar.HGS_WebService.satinAlRequest(); inValue.Body = new Tutunamayanlar.HGS_WebService.satinAlRequestBody(); inValue.Body.musteriNo = musteriNo; inValue.Body.bakiye = bakiye; return(((Tutunamayanlar.HGS_WebService.HGSSoap)(this)).satinAlAsync(inValue)); }
public string satinAl(long musteriNo, decimal bakiye) { Tutunamayanlar.HGS_WebService.satinAlRequest inValue = new Tutunamayanlar.HGS_WebService.satinAlRequest(); inValue.Body = new Tutunamayanlar.HGS_WebService.satinAlRequestBody(); inValue.Body.musteriNo = musteriNo; inValue.Body.bakiye = bakiye; Tutunamayanlar.HGS_WebService.satinAlResponse retVal = ((Tutunamayanlar.HGS_WebService.HGSSoap)(this)).satinAl(inValue); return(retVal.Body.satinAlResult); }
System.Threading.Tasks.Task <Tutunamayanlar.HGS_WebService.satinAlResponse> Tutunamayanlar.HGS_WebService.HGSSoap.satinAlAsync(Tutunamayanlar.HGS_WebService.satinAlRequest request) { return(base.Channel.satinAlAsync(request)); }
Tutunamayanlar.HGS_WebService.satinAlResponse Tutunamayanlar.HGS_WebService.HGSSoap.satinAl(Tutunamayanlar.HGS_WebService.satinAlRequest request) { return(base.Channel.satinAl(request)); }