Exemple #1
0
 public bool DeleteClient(string token, AlphaParWebApplication.ServiceReference1.Client client)
 {
     return(base.Channel.DeleteClient(token, client));
 }
Exemple #2
0
 public System.Threading.Tasks.Task <bool> DeleteClientAsync(string token, AlphaParWebApplication.ServiceReference1.Client client)
 {
     return(base.Channel.DeleteClientAsync(token, client));
 }
Exemple #3
0
 public AlphaParWebApplication.ServiceReference1.Client InsertClient(string token, AlphaParWebApplication.ServiceReference1.Client client)
 {
     return(base.Channel.InsertClient(token, client));
 }