All Downloads are FREE. Search and download functionalities are using the official Maven repository.

systems.dmx.events.EventsService Maven / Gradle / Ivy

package systems.dmx.events;

import systems.dmx.core.RelatedTopic;

import java.util.List;



public interface EventsService {

    List getEvents(long personId);

    List getPersons(long eventId);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy