Beispiel #1
0
 public Client(CarFactory carFactory)
 {
     sportsCar = carFactory.CreateSportsCar();
     suv       = carFactory.CreateSUV();
 }