Beispiel #1
0
 public Customer(Cars cars)
     : base(cars)
 {
 }
Beispiel #2
0
 public Decorator(Cars cars)
 {
     this.cars = cars;
 }