Пример #1
0
 public Collection<Period> getPeriods(
     Period period, Collection<DataElement> dataElements, Collection<OrganisationUnit> sources) {
   return periodStore.getPeriods(period, dataElements, sources);
 }