Ejemplo n.º 1
0
 public function getContributions(Section $section)
 {
     return $this->contributionRepository->findAllForSection($section);
 }