Exemple #1
0
 public ReservationDeletedHandler(IReservationService reservationService, INotifyEmployerOfReservationEventAction action)
 {
     _reservationService = reservationService;
     _action             = action;
 }
Exemple #2
0
 public ReservationCreatedHandler(IAddNonLevyReservationToReservationsIndexAction addNonLevyReservationToReservationsIndexAction, INotifyEmployerOfReservationEventAction notifyAction)
 {
     _addNonLevyReservationToReservationsIndexAction = addNonLevyReservationToReservationsIndexAction;
     _notifyAction = notifyAction;
 }