Пример #1
0
 protected BaseService(IGoogleCalendarFactory factory, IOptions <AppOptions> configuration)
 {
     _factory    = factory;
     _appOptions = configuration.Value;
 }
 public CalendarHelperService(IGoogleCalendarFactory factory, IOptions <AppOptions> configuration)
     : base(factory, configuration)
 {
 }
Пример #3
0
 protected EventService(IGoogleCalendarFactory factory, IOptions <AppOptions> configuration)
     : base(factory, configuration)
 {
 }