Example #1
0
 public void Processors(ILeaveCalendarDataProcessor lcDataProcessor, ILoggingProcessor loggingProcessor, INotificationProcessor notificationProcessor)
 {
     _LeaveCalendarDataProcessor = lcDataProcessor;
     _LoggingProcessor = loggingProcessor;
     _NotificationProcessor = notificationProcessor;
 }
 public HomeController(ILeaveCalendarDataProcessor lcDataProcessor, ILoggingProcessor loggingProcessor, INotificationProcessor notificationProcessor)
 {
     _LeaveCalendarDataProcessor = lcDataProcessor;
     _LoggingProcessor = loggingProcessor;
     _NotificationProcessor = notificationProcessor;
 }