Example #1
0
 public IActionResult GetForTrip(long tripId)
 {
     return(Ok(_readingService.GetForTrip(tripId).ToViewModel()));
 }