示例#1
0
 private void StoreFileHashAndNotifyCompletion(FileHashInfo fileHashInfo)
 {
     FileHashRepository.AddFileHash(fileHashInfo);
     ProcessingWatcher.NotifyFileHashed(fileHashInfo.FileHandle);
 }
示例#2
0
 public FileHashManager(FileHashRepository hashRepository)
 {
     _hashRepository = hashRepository;
 }