argos/dmp-backend/src/main/java/eu/eudat/services/utilities/UtilitiesService.java

16 lines
312 B
Java
Raw Normal View History

2018-03-05 17:18:45 +01:00
package eu.eudat.services.utilities;
import eu.eudat.services.forms.VisibilityRuleService;
/**
* Created by ikalyvas on 3/1/2018.
*/
public interface UtilitiesService {
InvitationService getInvitationService();
MailService getMailService();
VisibilityRuleService getVisibilityRuleService();
}