示例#1
0
 public static bool DelSinger(int id, int idSinger)
 {
     return(MusicBUS.DelSinger(id, idSinger));
 }