예제 #1
0
 public string EditCar(Car car)
 {
     return(data.UpdateCar(car));
 }