Esempio n. 1
0
 public SurveyNewsService(ISurveyNewsFeedClient feedClient, ISurveyNewsOptions options, IWebBrowserServices browserServices, ICoreShell coreShell)
 {
     _feedClient      = feedClient;
     _options         = options;
     _browserServices = browserServices;
     _coreShell       = coreShell;
 }
Esempio n. 2
0
 public SurveyNewsService(ISurveyNewsFeedClient feedClient, ISurveyNewsOptions options, ISurveyNewsBrowserLauncher browserLauncher)
 {
     _feedClient      = feedClient;
     _options         = options;
     _browserLauncher = browserLauncher;
 }
Esempio n. 3
0
 public SurveyNewsService(ISurveyNewsFeedClient feedClient, ISurveyNewsOptions options, IWebBrowserServices browserServices, ICoreShell coreShell) {
     _feedClient = feedClient;
     _options = options;
     _browserServices = browserServices;
     _coreShell = coreShell;
 }
Esempio n. 4
0
 public SurveyNewsService(ISurveyNewsFeedClient feedClient, ISurveyNewsOptions options, IWebBrowserServices browserServices)
 {
     _feedClient      = feedClient;
     _options         = options;
     _browserServices = browserServices;
 }
Esempio n. 5
0
 public SurveyNewsService(ISurveyNewsFeedClient feedClient, ISurveyNewsOptions options, ICoreShell coreShell)
 {
     _feedClient = feedClient;
     _options    = options;
     _services   = coreShell.Services;
 }