Example #1
0
 public System.Threading.Tasks.Task <string> SetOneAsync(App.VntClienteService.VntCliente one)
 {
     return(base.Channel.SetOneAsync(one));
 }
Example #2
0
 public string SetOne(App.VntClienteService.VntCliente one)
 {
     return(base.Channel.SetOne(one));
 }