Exemplo n.º 1
0
 public BasePayment(Booking booking)
 {
     this.booking = booking;
 }