Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> AddCustomerAsync(CommonTypes.Customer customer)
 {
     return(base.Channel.AddCustomerAsync(customer));
 }
Ejemplo n.º 2
0
 public bool AddCustomer(CommonTypes.Customer customer)
 {
     return(base.Channel.AddCustomer(customer));
 }