Esempio n. 1
0
 public GenericRepository(WeatherDbContext dbContext)
 {
     this._dbContext = dbContext;
 }
Esempio n. 2
0
 public WeatherForecastRepository(WeatherDbContext weatherDbContext)
 {
     this.weatherDbContext = weatherDbContext;
 }