Beispiel #1
0
 public static IEnumerable <Playlist> GetListPlaylistByIDCate(int id)
 {
     return(MusicBUS.GetListPlaylistByIDCate(id));
 }