Exemplo n.º 1
0
 public void RemoveRental(Rental rental)
 {
     Rentals.Remove(rental);
 }
Exemplo n.º 2
0
 public void AddRental(Rental rental)
 {
     Rentals.Add(rental);
 }