コード例 #1
0
 public string Excluir(Reserva reserva)
 {
     return(rdal.Excluir(reserva));
 }