Beispiel #1
0
 public Driver(CarFactory factory)
 {
     sport  = factory.CreateSportCar();
     family = factory.CreateFamilyCar();
 }