Example #1
0
 private void Handle(TorrentRemovedAlert alert)
 {
     _torrentInfoRepository.Remove(alert.InfoHash);
 }
Example #2
0
 private void Handle(TorrentRemovedAlert alert)
 {
     _torrentInfoRepository.Remove(alert.InfoHash);
 }