コード例 #1
0
 public BatchRelationshipStore(BatchStore batchStore)
 {
     _batchStore = batchStore;
 }
コード例 #2
0
 public BatchNodeStore(BatchStore batchStore)
 {
     _batchStore = batchStore;
 }