Example #1
0
 public bool CrearArtista()
 {
     CADArtista art = new CADArtista();
     return art.CrearArtista(this);
 }