private object ReservationAdded(object reservation) { return(ReservationFactory.Add(reservation)); }
public object Add(object reservation) { return(ReservationFactory.Add(reservation)); }