Esempio n. 1
0
 public System.Threading.Tasks.Task <string> BuyProductAsync(WebshopWPF.WebshopService.Product product, WebshopWPF.WebshopService.Customer customer)
 {
     return(base.Channel.BuyProductAsync(product, customer));
 }
Esempio n. 2
0
 public string BuyProduct(WebshopWPF.WebshopService.Product product, WebshopWPF.WebshopService.Customer customer)
 {
     return(base.Channel.BuyProduct(product, customer));
 }