Exemple #1
0
 public bool DeleteAlbum(Album album)
 {
     return(DBF.DeleteAlbum(album));
 }