public GenericRepository(IBattleNetShopSqlServerDbContext battleNetShopMSSQLDbContext)
 {
     this.context = battleNetShopMSSQLDbContext;
 }
Example #2
0
 public BattleNetShopSqlServerData(IBattleNetShopSqlServerDbContext battleNetShopMSSQLDbContext)
 {
     this.context      = battleNetShopMSSQLDbContext;
     this.repositories = new Dictionary <Type, object>();
 }