Esempio n. 1
0
 public IActionResult GetOwnersAssociatedWithRental(int rentalId)
 {
     return(Ok(_ownerService.GetOwnersByRentalId(rentalId)));
 }