Exemple #1
0
 public static bool DelMusic(int id)
 {
     return(MusicBUS.DelMusic(id));
 }