예제 #1
0
 private void AddSong(Model.Song song, string path)
 {
     song.Path = GetDirectoryName(path);
     directoriesService.AddSong(song);
 }