예제 #1
0
 public bool AddCar(Car car)
 {
     return(DB.AddNewCar(car));
 }