public List<Map<String, Object>> getConsultantList() throws SQLException { return stewardDao.getConsultantList(); }
public void addConsultant(ConsultantEntity cte) throws SQLException { stewardDao.addConsultant(cte); }
public List<Map<String, Object>> getResourceList() throws SQLException { return stewardDao.getResourceList(); }