Esempio n. 1
0
  @Override
  public List<Information> getAdverByEditorId(int editorId) {

    return informationDao.getAdverByEditorId(editorId);
  }