Esempio n. 1
0
 public void UpdateCar(Car pCar)
 {
     carDal.UpdateCars(pCar);
 }