Example #1
0
 public void Constructor(ICarBuilder builder)
 {
     builder.BuildCar();
 }