コード例 #1
0
 public int AddNewCar(CarModel car, string plate)
 {
     return(carRepo.AddNewCar(car, plate));
 }