public GenericComponentRepository(IGathererEngine gathererEngine) { _gathererEngine = gathererEngine; _cache = new Dictionary<string, IEnumerable<object>>(); }
public ExtendedNetworkInterfaceComponentRepository(IGathererEngine gathererEngine) : base(gathererEngine) { }