예제 #1
0
 public string GetCarTypeNameByCarId(int carId)
 {
     return(carDataAccess.GetCarTypeNameByCarId(carId));
 }