public System.Threading.Tasks.Task <bool> UpdateCustomerAsync(WattsALoanClient.WattsALoanServiceReference.Customer customer)
 {
     return(base.Channel.UpdateCustomerAsync(customer));
 }
 public bool UpdateCustomer(WattsALoanClient.WattsALoanServiceReference.Customer customer)
 {
     return(base.Channel.UpdateCustomer(customer));
 }