package org.podcastpedia.web.contact; public interface EmailNotificationService { public void sendContactNotification(ContactForm contactForm); }