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