Esempio n. 1
0
  public List<Map<String, Object>> getConsultantList() throws SQLException {

    return stewardDao.getConsultantList();
  }
Esempio n. 2
0
  public void addConsultant(ConsultantEntity cte) throws SQLException {

    stewardDao.addConsultant(cte);
  }
Esempio n. 3
0
  public List<Map<String, Object>> getResourceList() throws SQLException {

    return stewardDao.getResourceList();
  }