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