Ejemplo n.º 1
0
 public bool DeleteReservation(long id)
 {
     return(_reservationContext.DeleteReservation(id));
 }