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