Exemplo n.º 1
0
 public bool VerificarAcceso(string Usu, String Clave)
 {
     return(Reg.ValidarUsuario(Usu, Clave));
 }