public GenericRepository(QWSLContext context) { this.context = context; this.dbSet = context.Set <TEntity>(); }
public GameRepository(QWSLContext context) { this.context = context; }