Exemplo n.º 1
0
 public ActionResult BuscarReservaPeloID(int idreserva)
 {
     return(Ok(reservaNegocio.BuscarReservaPeloID(idreserva)));
 }