Ejemplo n.º 1
0
 public List <Weather> getFiveDaysWeather(string parkCode)
 {
     weatherDAL = new WeatherSqlDAL();
     return(weatherDAL.getWeatherByParkCode(parkCode));
 }