Ejemplo n.º 1
0
 public void EditCustomerById(wcfmvcproject.ServiceReference2.customer cu)
 {
     base.Channel.EditCustomerById(cu);
 }
Ejemplo n.º 2
0
 public System.Threading.Tasks.Task EditCustomerByIdAsync(wcfmvcproject.ServiceReference2.customer cu)
 {
     return(base.Channel.EditCustomerByIdAsync(cu));
 }
Ejemplo n.º 3
0
 public void AddCustomerer(wcfmvcproject.ServiceReference2.customer cu)
 {
     base.Channel.AddCustomerer(cu);
 }