Esempio n. 1
0
 public DeduplicationHelper(
     DocumentStoreConfiguration config,
     DocumentDescriptorByHashReader hashReader,
     IBlobStore blobStore)
 {
     _config     = config;
     _hashReader = hashReader;
     _blobStore  = blobStore;
 }
 public DeduplicationHelper(
     DocumentStoreConfiguration config, 
     DocumentDescriptorByHashReader hashReader, 
     IBlobStore blobStore)
 {
     _config = config;
     _hashReader = hashReader;
     _blobStore = blobStore;
 }