Ejemplo n.º 1
0
 public function findAlbumNameListByIdList(array $idList)
 {
     return $this->photoAlbumDao->findAlbumNameListByIdList($idList);
 }