Beispiel #1
0
 public List <ArticlesVO> findList()
 {
     return(articlesDao.findList());
 }