45678910
import kpi.asoiu.dao.SimpleDAO; public class DAOFactory { public static RuleDao getRuleDAO() { return new RuleDao(); }