Exemplo n.º 1
0
 public string EditCar(Car car)
 {
     return(data.UpdateCar(car));
 }