Exemple #1
0
  public List<Map<String, Object>> getConsultantList() throws SQLException {

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

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

    return stewardDao.getResourceList();
  }