public CitiesController(ICityService cityService, IWheatherForeCastService wheatherForeCastService, IHubContext <KiosksHub> kiosksHub, IOnlineScreenService onlineScreenService) { this.onlineScreenService = onlineScreenService; this.cityService = cityService; this.wheatherForeCastService = wheatherForeCastService; this.kiosksHub = kiosksHub; }
public WheatherForeCastsController(IWheatherForeCastService wheatherForeCastService) { this.wheatherForeCastService = wheatherForeCastService; }