Exemplo n.º 1
0
 public SyncService(ICalendarUpdateService calendarUpdateService,
                    IContactUpdateService contactUpdateService, ITaskUpdateService taskUpdateService,
                    IMessageService messageService, ApplicationLogger applicationLogger)
 {
     CalendarUpdateService = calendarUpdateService;
     ContactUpdateService  = contactUpdateService;
     TaskUpdateService     = taskUpdateService;
     MessageService        = messageService;
     Logger = applicationLogger.GetLogger(GetType());
 }
Exemplo n.º 2
0
 public SyncService(ICalendarUpdateService calendarUpdateService,
     IContactUpdateService contactUpdateService, ITaskUpdateService taskUpdateService,
     IMessageService messageService, ApplicationLogger applicationLogger)
 {
     CalendarUpdateService = calendarUpdateService;
     ContactUpdateService = contactUpdateService;
     TaskUpdateService = taskUpdateService;
     MessageService = messageService;
     Logger = applicationLogger.GetLogger(GetType());
 }