pieRepository->fetchById($pie_id); $pie->cuotasArray = $this->cuotaRepository->fetchVigenteByPie($pie_id); return $pie; } }