Package kpi.asoiu.dao

Examples of kpi.asoiu.dao.RuleDao


import kpi.asoiu.dao.SimpleDAO;

public class DAOFactory {

    public static RuleDao getRuleDAO() {
        return new RuleDao();
    }
View Full Code Here

TOP

Related Classes of kpi.asoiu.dao.RuleDao

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.