Beispiel #1
0
 public IActionResult GetRentalById(int id)
 {
     return(Ok(_rentalService.GetRentalById(id)));
 }