예제 #1
0
 @Transactional
 public void removeBooking(BookingKey bookingKey) {
   bookingDAO.removeBooking(bookingKey);
 }