public System.Threading.Tasks.Task <int> CreateCreditCardAndAssociateWithCustomerAsync(int businessEntityId, AdventureWorksSalesClient.CustomerManagementServiceReference.CreditCardInfo toCreate)
 {
     return(base.Channel.CreateCreditCardAndAssociateWithCustomerAsync(businessEntityId, toCreate));
 }
 public int CreateCreditCardAndAssociateWithCustomer(int businessEntityId, AdventureWorksSalesClient.CustomerManagementServiceReference.CreditCardInfo toCreate)
 {
     return(base.Channel.CreateCreditCardAndAssociateWithCustomer(businessEntityId, toCreate));
 }