Exemplo n.º 1
0
 public Customer(Cars cars)
     : base(cars)
 {
 }
Exemplo n.º 2
0
 public Decorator(Cars cars)
 {
     this.cars = cars;
 }