예제 #1
0
 public void CreateCar(CarDTO carDto)
 {
     carDataAccess.CreateNewCar(carDto);
 }