Exemple #1
0
 public SQLWeatherForecastData(WeatherForecastDbContext db)
 {
     this.db = db;
 }