package net.sourceforge.fenixedu.webServices.macaddress; import java.util.List; import pt.iscte.ci.metadata.ISCTE; @ISCTE(author = "Paulo Zenida") public interface IMacAddressRegistryService { public List getStudentMacAddresses(); public List getNonStudentMacAddresses(); }