Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <Rac.VOne.Web.Models.CustomerDiscountResult> SaveDiscountAsync(string SessionKey, Rac.VOne.Web.Models.CustomerDiscount CustomerDiscount)
 {
     return(base.Channel.SaveDiscountAsync(SessionKey, CustomerDiscount));
 }
Ejemplo n.º 2
0
 public Rac.VOne.Web.Models.CustomerDiscountResult SaveDiscount(string SessionKey, Rac.VOne.Web.Models.CustomerDiscount CustomerDiscount)
 {
     return(base.Channel.SaveDiscount(SessionKey, CustomerDiscount));
 }