예제 #1
0
 public static List <string> AutoCompletarNombre_Artista(string nombreArtista)
 {
     return(NegocioArtista.AutoCompletarNombre_Artista(nombreArtista));
 }