Esempio n. 1
0
 public List<NoticeVo> listDao(int start, int end) {
   return bdao.listDao(start, end);
 }