private object ReservationAdded(object reservation)
 {
     return(ReservationFactory.Add(reservation));
 }
Exemple #2
0
 public object Add(object reservation)
 {
     return(ReservationFactory.Add(reservation));
 }