Package plantilla.service.impl

Examples of plantilla.service.impl.UsuarioServiceImpl


public class ApplicationBusinessDelegate {

  public UsuarioService getUsuarioService() {
    // TODO Auto-generated method stub
    return new UsuarioServiceImpl(DAOFactory.Mysql);
  }
View Full Code Here

TOP

Related Classes of plantilla.service.impl.UsuarioServiceImpl

Copyright © 2018 www.massapicom. 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.