コード例 #1
0
 private object ReservationAdded(object reservation)
 {
     return(ReservationFactory.Add(reservation));
 }
コード例 #2
0
 public object Add(object reservation)
 {
     return(ReservationFactory.Add(reservation));
 }