public CityService(GisDbContext context) { _gisDbContext = context; }
public PrognosisService(GisDbContext context) { _gisDbContext = context; }