Ejemplo n.º 1
0
 public BatchRelationshipStore(BatchStore batchStore)
 {
     _batchStore = batchStore;
 }
Ejemplo n.º 2
0
 public BatchNodeStore(BatchStore batchStore)
 {
     _batchStore = batchStore;
 }