public CalendarUpdateService(ICalendarServiceFactory calendarServiceFactory,
     ICalendarSyncEngine calendarSyncEngine,
     ISyncAnalyticsService analyticsService,
     ApplicationLogger applicationLogger)
 {
     Logger = applicationLogger.GetLogger(GetType());
     CalendarServiceFactory = calendarServiceFactory;
     CalendarSyncEngine = calendarSyncEngine;
     AnalyticsService = analyticsService;
 }
예제 #2
0
 public CalendarUpdateService(ICalendarServiceFactory calendarServiceFactory,
                              ICalendarSyncEngine calendarSyncEngine,
                              ISyncAnalyticsService analyticsService,
                              ApplicationLogger applicationLogger)
 {
     Logger = applicationLogger.GetLogger(GetType());
     CalendarServiceFactory = calendarServiceFactory;
     CalendarSyncEngine     = calendarSyncEngine;
     AnalyticsService       = analyticsService;
 }