Examples of InformatiiDao


Examples of dao.InformatiiDao

    public Resolution despreNoi() {
        return new ForwardResolution("/WEB-INF/jsp/despreNoi.jsp");
    }

    public String getHome() {
        IInformatiiDao informatiiDao = new InformatiiDao();
        String x=informatiiDao.getDescriereByNume("home");;
        return informatiiDao.getDescriereByNume("home");
    }
View Full Code Here

Examples of dao.InformatiiDao

        String x=informatiiDao.getDescriereByNume("home");;
        return informatiiDao.getDescriereByNume("home");
    }

    public String getDespreNoi() {
        IInformatiiDao informatiiDao = new InformatiiDao();
        return informatiiDao.getDescriereByNume("despreNoi");
    }
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.