Beispiel #1
0
 public bool DeleteReservation(Reservation reservation)
 {
     return(reservationManagement.DeleteReservation(reservation));
 }