package fr.openwide.core.basicapp.core.business.history.service; import fr.openwide.core.basicapp.core.business.user.model.User; import fr.openwide.core.jpa.more.business.history.service.IGenericHistoryEventSummaryService; public interface IHistoryEventSummaryService extends IGenericHistoryEventSummaryService<User> { }