Пример #1
0
 @Override
 public List<Role> findByAccountId(Long id) {
   return roleDao.findByAccountId(id);
 }