Example #1
0
 public System.Threading.Tasks.Task <bool> RemoveCustomerAsync(Aufgabe_12_Client.CustomerServiceProxy.Customer customer)
 {
     return(base.Channel.RemoveCustomerAsync(customer));
 }
Example #2
0
 public System.Threading.Tasks.Task <bool> AddCustomerAsync(Aufgabe_12_Client.CustomerServiceProxy.Customer c)
 {
     return(base.Channel.AddCustomerAsync(c));
 }
Example #3
0
 public bool RemoveCustomer(Aufgabe_12_Client.CustomerServiceProxy.Customer customer)
 {
     return(base.Channel.RemoveCustomer(customer));
 }
Example #4
0
 public bool AddCustomer(Aufgabe_12_Client.CustomerServiceProxy.Customer c)
 {
     return(base.Channel.AddCustomer(c));
 }