package com.activequant.interfaces.dao; import com.activequant.domainmodel.AdjustedSeriesDateEntry; public interface IAdjustedSeriesDateEntryDao extends IEntityDao<AdjustedSeriesDateEntry> { }