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