Exemplo n.º 1
0
 public NewsFeedServiceHelper(IHubContext <NewsHub> newsHub, AkkaStartupTasks akkaStartupTasks, NewsFeedConfiguration configuration)
 {
     NewsHub           = newsHub;
     _akkaStartupTasks = akkaStartupTasks;
     _configuration    = configuration;
 }
Exemplo n.º 2
0
 public AkkaStartupTasks(NewsFeedConfiguration configuration, NewsApiClient client)
 {
     _configuration = configuration;
     _client        = client;
 }