Ejemplo n.º 1
0
 public Task <Rental> UpdateRental([FromBody] Rental rental)
 {
     return(_rentalManager.UpdateRental(rental));
 }