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