Ejemplo n.º 1
0
 public string Excluir(Reserva reserva)
 {
     return(rdal.Excluir(reserva));
 }