package com.its.op.service; import java.util.List; public interface HistoryService<P, T> { List<T> findAllByDateRange(P p); }