Example #1
0
 public static Playlist GetPlaylistByID(int id)
 {
     return(MusicBUS.GetPlaylistByID(id));
 }