public GenericRepository(EFDbContext context) { _context = context; _dbSet = _context.Set <TEntity>(); }
public EfUserRepository(EFDbContext context) { this.context = context; }