public int[] GetAggregateLinksByDate(List <LinkDTO> links, Nullable <DateTime> startDate, Nullable <DateTime> endDate) { return(repo.GetAggregateLinksByDate(links, startDate, endDate)); }