Exemplo n.º 1
0
 public bool AdicionarBanco(string nombre, string webServices, string password, string numBanco, string abreviatura, string centrollamad, string identificationserver)
 {
     return(GetUsuarioActual.AdicionarBanco(nombre, webServices, password, numBanco, abreviatura, centrollamad, identificationserver));
 }