Exemplo n.º 1
0
 public string ProcessCustomer(ValidationHOL.BusinessLogic.Customer customer, string notes)
 {
     return(base.Channel.ProcessCustomer(customer, notes));
 }
Exemplo n.º 2
0
 public System.Threading.Tasks.Task <string> ProcessCustomerAsync(ValidationHOL.BusinessLogic.Customer customer, string notes)
 {
     return(base.Channel.ProcessCustomerAsync(customer, notes));
 }