Exemplo n.º 1
0
 public void PagarPrereserva(TarjetaPrePago tarjetaPrePago, PreReserva preReserva)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 2
0
 public void PagarCuota(TarjetaPrePago tarjetaPrepago, Producto producto)
 {
     throw new NotImplementedException();
 }
Exemplo n.º 3
0
 public void PagarReserva(TarjetaPrePago tarjetaPrepago, Reserva reserva)
 {
     throw new NotImplementedException();
 }