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