package es.tatvil.taiageweb.empleo; import org.springframework.stereotype.Service; @Service public class NotificadorService { public void notificar(PublicacionEmpleo publicacion) { // TODO: Implementar notificación por email, Telegram y web } }