public string UpdateCustomerContact(WebApplication1.MyService.Customer cus)
 {
     return(base.Channel.UpdateCustomerContact(cus));
 }
 public System.Threading.Tasks.Task <string> UpdateCustomerContactAsync(WebApplication1.MyService.Customer cus)
 {
     return(base.Channel.UpdateCustomerContactAsync(cus));
 }
 public System.Threading.Tasks.Task <System.Data.DataSet> SearchCustomerRecordAsync(WebApplication1.MyService.Customer cus)
 {
     return(base.Channel.SearchCustomerRecordAsync(cus));
 }
 public System.Data.DataSet SearchCustomerRecord(WebApplication1.MyService.Customer cus)
 {
     return(base.Channel.SearchCustomerRecord(cus));
 }
 public System.Threading.Tasks.Task <string> DeleteRecordsAsync(WebApplication1.MyService.Customer cus)
 {
     return(base.Channel.DeleteRecordsAsync(cus));
 }
 public string DeleteRecords(WebApplication1.MyService.Customer cus)
 {
     return(base.Channel.DeleteRecords(cus));
 }
 public string AddCustomerRecord(WebApplication1.MyService.Customer cus)
 {
     return(base.Channel.AddCustomerRecord(cus));
 }