Ejemplo n.º 1
0
 public SignalRHub(SlService trafficService, ICredentialsRepository credentialsRepo)
 {
     _trafficService  = trafficService;
     _credentialsRepo = credentialsRepo;
     _forecastService = new DarkSkyService(_credentialsRepo.GetDarkSkyApiKey());
 }