예제 #1
0
 public int EditCar(CarViewModel edit)
 {
     return(data.EditCar(edit));
 }