Example #1
0
 public System.Threading.Tasks.Task <WpfClientApp.Shopping.PurchaseResponse> PurchaseAsync(string arg0, int arg1)
 {
     WpfClientApp.Shopping.PurchaseRequest inValue = new WpfClientApp.Shopping.PurchaseRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     return(((WpfClientApp.Shopping.CustomerSupport)(this)).PurchaseAsync(inValue));
 }
Example #2
0
 public WpfClientApp.Shopping.Receipt Purchase(string arg0, int arg1)
 {
     WpfClientApp.Shopping.PurchaseRequest inValue = new WpfClientApp.Shopping.PurchaseRequest();
     inValue.arg0 = arg0;
     inValue.arg1 = arg1;
     WpfClientApp.Shopping.PurchaseResponse retVal = ((WpfClientApp.Shopping.CustomerSupport)(this)).Purchase(inValue);
     return(retVal.@return);
 }
Example #3
0
 System.Threading.Tasks.Task <WpfClientApp.Shopping.PurchaseResponse> WpfClientApp.Shopping.CustomerSupport.PurchaseAsync(WpfClientApp.Shopping.PurchaseRequest request)
 {
     return(base.Channel.PurchaseAsync(request));
 }
Example #4
0
 WpfClientApp.Shopping.PurchaseResponse WpfClientApp.Shopping.CustomerSupport.Purchase(WpfClientApp.Shopping.PurchaseRequest request)
 {
     return(base.Channel.Purchase(request));
 }