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