GenericDoc: add provider for AccompanyingCourseDocument, without filtering

This commit is contained in:
2023-05-24 11:42:30 +02:00
parent afcd6e0605
commit 8dbe2d6ec2
12 changed files with 414 additions and 46 deletions

View File

@@ -42,6 +42,10 @@ final readonly class GenericDocForAccompanyingPeriodController
$nb = $this->manager->countDocForAccompanyingPeriod($accompanyingPeriod);
foreach ($this->manager->findDocForAccompanyingPeriod($accompanyingPeriod) as $dto) {
dump($dto);
}
return new Response($nb);
}