public WeatherController(WeatherContext context, WeatherDataRepository services) { _context = context; _repo = services; }
public StationsController() { this.repo = new WeatherDataRepository(new WSSContext()); }