Exemplo n.º 1
0
 public Collection<Period> getPeriodsBetweenDates(
     PeriodType periodType, Date startDate, Date endDate) {
   return periodStore.getPeriodsBetweenDates(periodType, startDate, endDate);
 }