Exemple #1
0
 public System.Threading.Tasks.Task <bool> CheckoutAsync(WebMVC.BagService.Order order)
 {
     return(base.Channel.CheckoutAsync(order));
 }
Exemple #2
0
 public bool Checkout(WebMVC.BagService.Order order)
 {
     return(base.Channel.Checkout(order));
 }