Exemplo n.º 1
0
 public static bool verSiExiste(string nombre)
 {
     return(dao.verSiExiste(nombre));
 }