Beispiel #1
0
 @Transactional(readOnly = false)
 public void deletePrice(DirectPrice price) {
   directPriceDao.delete(price);
 }