Exemplo n.º 1
0
 public System.Threading.Tasks.Task <bool> RegistroReservaAsync(CapaAccesoServicios.ProxyRegistroReserva.DataRegistro data)
 {
     return(base.Channel.RegistroReservaAsync(data));
 }
Exemplo n.º 2
0
 public bool RegistroReserva(CapaAccesoServicios.ProxyRegistroReserva.DataRegistro data)
 {
     return(base.Channel.RegistroReserva(data));
 }