示例#1
0
 public GenericComponentRepository(IGathererEngine gathererEngine)
 {
     _gathererEngine = gathererEngine;
     _cache = new Dictionary<string, IEnumerable<object>>();
 }
示例#2
0
 public ExtendedNetworkInterfaceComponentRepository(IGathererEngine gathererEngine) : base(gathererEngine)
 {
 }