package DNPM.services; import java.util.List; public interface StudienService { List findAll(); List findByQuery(String query); }