コード例 #1
0
 public RideDTO GetById(int id)
 {
     return(_rideRepository.GetByIdDTO(id));
 }