Exemplo n.º 1
0
 public Reserva LerPorID(int Id)
 {
     return(rdal.LerPorID(Id));
 }