Exemple #1
0
        public void SaveNewForecast(ForecastResponse forecast)
        {
            ForecastDTO forecastDTO = forecast.ConvertToDTO();

            sqLiteConnection.Insert(forecastDTO);
        }