示例#1
0
 public static IEnumerable <Playlist> GetListPlaylistByIDUser(int id)
 {
     return(MusicBUS.GetListPlaylistByIDUser(id));
 }