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