コード例 #1
0
ファイル: service.php プロジェクト: vazahat/dudex
 public function findTagsByCopyPhotoId($photoId)
 {
     return $this->tagDao->findByCopyPhotoId($photoId);
 }