示例#1
0
 public BatchRelationshipStore(BatchStore batchStore)
 {
     _batchStore = batchStore;
 }
 public BatchNodeStore(BatchStore batchStore)
 {
     _batchStore = batchStore;
 }