예제 #1
0
 public Aphorism getAphorismById(Long id) {
   return aphorismDao.getObjById(id);
 }