예제 #1
0
 public function getPhotoListByUploadKey($uploadKey, array $exclude = null)
 {
     return $this->photoDao->findPhotoListByUploadKey($uploadKey, $exclude);
 }