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