コード例 #1
0
 public static bool DelPlaylist(int id)
 {
     return(MusicBUS.DelPlaylist(id));
 }