コード例 #1
0
ファイル: TrackService.cs プロジェクト: zobe123/Lidarr
 public void DeleteMany(List <Track> tracks)
 {
     _trackRepository.DeleteMany(tracks);
 }