コード例 #1
0
 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));
 }
コード例 #2
0
 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);
 }
コード例 #3
0
 System.Threading.Tasks.Task <Tutunamayanlar.HGS_WebService.satinAlResponse> Tutunamayanlar.HGS_WebService.HGSSoap.satinAlAsync(Tutunamayanlar.HGS_WebService.satinAlRequest request)
 {
     return(base.Channel.satinAlAsync(request));
 }
コード例 #4
0
 Tutunamayanlar.HGS_WebService.satinAlResponse Tutunamayanlar.HGS_WebService.HGSSoap.satinAl(Tutunamayanlar.HGS_WebService.satinAlRequest request)
 {
     return(base.Channel.satinAl(request));
 }