Ejemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> RegistrarClienteAsync(CapaAccesoServicios.ProxyCliente.DataCliente objCliente)
 {
     return(base.Channel.RegistrarClienteAsync(objCliente));
 }
Ejemplo n.º 2
0
 public bool RegistrarCliente(CapaAccesoServicios.ProxyCliente.DataCliente objCliente)
 {
     return(base.Channel.RegistrarCliente(objCliente));
 }