예제 #1
0
 public void AddRange(List <Playlist> playlists)
 {
     _playlistRepository.AddRange(playlists);
 }