예제 #1
0
 public System.Threading.Tasks.Task InsertDiscountAsync(GUI.CustomerOrderServiceReference.ServiceDiscount discount)
 {
     return(base.Channel.InsertDiscountAsync(discount));
 }
예제 #2
0
 public void InsertDiscount(GUI.CustomerOrderServiceReference.ServiceDiscount discount)
 {
     base.Channel.InsertDiscount(discount);
 }