Exemplo n.º 1
0
 public Helicopter(int liftingCapacity, TypesOfHelicopters typeOfHelicopter, TypesOfProperty typesOfProperty, string nameCar, double engineCapacity, double averageFuelСonsumption, int yearOfRelease, string vincode)
     : base(nameCar, engineCapacity, averageFuelСonsumption, yearOfRelease, vincode)
 {
     TypeOfHelicopter = typeOfHelicopter;
     TypeOfProperty   = typesOfProperty;
     LiftingCapacity  = liftingCapacity;
 }
Exemplo n.º 2
0
 public Helicopter(int liftingCapacity, TypesOfHelicopters typeOfHelicopter, TypesOfProperty typesOfProperty, string nameCar, TypesOfVehicle typesOfVehicle, TypesOfColor typesOfColor, Colors colors, TypesOfEngine typesOfEngine, TypesOfFuel typesOfFuel, double engineCapacity, double averageFuelСonsumption, int amountOfSeats, int amountOfDoors, int yearOfRelease, string vincode)
     : base(nameCar, typesOfVehicle, typesOfColor, colors, typesOfEngine, typesOfFuel, engineCapacity, averageFuelСonsumption, yearOfRelease, vincode)
 {
     TypeOfHelicopter = typeOfHelicopter;
     TypeOfProperty   = typesOfProperty;
     LiftingCapacity  = liftingCapacity;
 }