예제 #1
0
 public void CreatVehicle()
 {
     _IVehicleBuilder.SetType();
     _IVehicleBuilder.SetNoOfTyres();
     _IVehicleBuilder.SetColour();
 }