示例#1
0
 public Reserva LerPorID(int Id)
 {
     return(rdal.LerPorID(Id));
 }