Package dao

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


        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

Related Classes of dao.InformatiiDao

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.