Ejemplo n.º 1
0
 public static bool UserExits(string racf, string password)
 {
     return(UsuarioFacade.UserExits(racf, password));
 }