package net.sourceforge.fenixedu.webServices.candidacies; public interface ICandidateCreation { public void createCandidate(String email); }