public BaseRepository(GridDBContext context) { this.context = context; this.dbSet = context.Set <TEntity>(); }
public CustomerRepository(GridDBContext context) { this.context = context; }