Beispiel #1
0
 public HashGroupRepository(IHashGroupStore hashGroupStore)
 {
     _hashGroupStore = hashGroupStore;
 }
Beispiel #2
0
 public HashGroupIMP(IHashGroupStore hashGroupStore, IHashNodeStore hashNodeStore, IHashRealNodeStore hashRealNodeStore)
 {
     _hashGroupStore    = hashGroupStore;
     _hashNodeStore     = hashNodeStore;
     _hashRealNodeStore = hashRealNodeStore;
 }