Esempio n. 1
0
 public static bool DelPM(int id)
 {
     return(PlaylistMusicDAO.DelPM(id));
 }