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