コード例 #1
0
 public void CreateCar(Car car, long userId)
 {
     _service.CreateCar(car, userId);
 }