567891011
public class ApplicationBusinessDelegate { public UsuarioService getUsuarioService() { // TODO Auto-generated method stub return new UsuarioServiceImpl(DAOFactory.Mysql); }