Ejemplo n.º 1
0
 public function isAlbumOwner($albumId, $userId)
 {
     return $this->photoAlbumDao->isAlbumOwner($albumId, $userId);
 }