public System.Threading.Tasks.Task <int> UpdateClientAsync(int clientID, RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact) { return(base.Channel.UpdateClientAsync(clientID, client, address, contact)); }
public System.Threading.Tasks.Task <string> InsertClientAsync(RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact) { return(base.Channel.InsertClientAsync(client, address, contact)); }
public int UpdateClient(int clientID, RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact) { return(base.Channel.UpdateClient(clientID, client, address, contact)); }
public string InsertClient(RTT.RTTServiceReference.Client client, RTT.RTTServiceReference.Address address, RTT.RTTServiceReference.Contact contact) { return(base.Channel.InsertClient(client, address, contact)); }