Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <int> CreateEmailAndAssociateWithCustomerAsync(int businessEntityId, AdventureWorksSalesClient.CustomerManagementServiceReference.EmailInfo toCreate)
 {
     return(base.Channel.CreateEmailAndAssociateWithCustomerAsync(businessEntityId, toCreate));
 }
Ejemplo n.º 2
0
 public int CreateEmailAndAssociateWithCustomer(int businessEntityId, AdventureWorksSalesClient.CustomerManagementServiceReference.EmailInfo toCreate)
 {
     return(base.Channel.CreateEmailAndAssociateWithCustomer(businessEntityId, toCreate));
 }