Exemplo n.º 1
0
 private void Handle(TorrentRemovedAlert alert)
 {
     _torrentInfoRepository.Remove(alert.InfoHash);
 }
Exemplo n.º 2
0
 private void Handle(TorrentRemovedAlert alert)
 {
     _torrentInfoRepository.Remove(alert.InfoHash);
 }