コード例 #1
0
 private void Handle(TorrentRemovedAlert alert)
 {
     _torrentInfoRepository.Remove(alert.InfoHash);
 }
コード例 #2
0
 private void Handle(TorrentRemovedAlert alert)
 {
     _torrentInfoRepository.Remove(alert.InfoHash);
 }