示例#1
0
 @Transactional
 public void delete(Vacation vacation) {
   vacationDAO.delete(vacation);
 }