コード例 #1
0
 public VehicleClient(IVehicleFactory factory)
 {
     fourWheelsProduct = factory.CreateFourWheeler();
     twoWheelsProduct  = factory.CreateTwoWheeler();
 }