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