Exemplo n.º 1
0
 public function findTagsByCopyPhotoIdAndEntity($photoId, $entityType, $entityId)
 {
     return $this->tagDao->findByCopyPhotoIdAndEntity($photoId, $entityType, $entityId);
 }