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