Ejemplo n.º 1
0
  public static List<KeyValuePair> getKeyValuePairs() {
    DSConfigDaoImpl dao = DB.getDSConfigDao();
    List<KeyValuePair> lst = dao.getKeyValuePairs();

    return lst;
  }