Пример #1
0
 @Transactional
 public boolean deleteById(long id) {
   dao.deleteById(id);
   return true;
 }