Example #1
0
 public function findTagsByCopyPhotoId($photoId)
 {
     return $this->tagDao->findByCopyPhotoId($photoId);
 }