Package sermeden.java.service

Examples of sermeden.java.service.UsuarioService_I.validarUsuario()


    /*clienteAux.setUser(elusuario.getUser());
    clienteAux.setContrasena(elusuario.getContrasena());*/

    try {
     
      clienteAux = usuarioService.validarUsuario(elusuario);
     
      //Si encontro el cliente en la BD
      if(clienteAux!=null){
        listadoMenu = menuService.obtieneMenu(clienteAux);
       
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.