Exemple #1
0
 public void RemoveCar(Car car)
 {
     _carList.Remove(car);
 }
Exemple #2
0
 public void AddCar(Car car)
 {
     _carList.Add(car);
 }