public GenericRepository(XEngineContext context) { _context = context; _dbSet = _context.Set <TEntity>();//db.SysUser }
public GenericRepository(XEngineContext context) { this.context = context; this.dbSet = context.Set <TEntity>(); }