Exemplo n.º 1
0
 public function findEntityAlbums($entityId, $entityType, $offset, $limit)
 {
     return $this->photoAlbumDao->getEntityAlbums($entityId, $entityType, $offset, $limit);
 }