package wifi.model.service; import java.util.List; import wifi.model.data.Curso; public interface CursoService { List<Curso> getCursos(); }