package com.pollex.pam.service; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; @Service @Transactional public class AppointmentClosedInfoService { }