Пример #1
0
 public void FindVehicleOnProperties(Garage <Vehicle> garage, string typeofvehicle = "", string fabricant = "", uint numberofwheels = 0, string color = "", uint productionyear = 0)
 {
     UI.ShowParkedVehicles(garage.FindVehicleOnProperties(typeofvehicle, fabricant, numberofwheels, color, productionyear));
 }