Exemplo n.º 1
0
 public async Task <ActionResult <IEnumerable <ReservationDetailDTO> > > GetAllRentals()
 {
     return(Ok(await _rentService.GetAllReservation()));
 }