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