コード例 #1
0
 public bool RideExists(int id)
 {
     return(_rideRepository.RideExists(id));
 }