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