Example #1
0
 public bool BorrarArtista(String nombre)
 {
     CADArtista ar = new CADArtista();
     return ar.BorrarArtista(nombre);
 }