Exemplo n.º 1
0
 public void DeleteCar(Car c)
 {
     dal.DeleteCar(c);
 }