Ejemplo n.º 1
0
 public function findEntityPhotoList($entityType, $entityId, $first, $count, $status = "approved")
 {
     return $this->photoDao->findEntityPhotoList($entityType, $entityId, $first, $count, $status);
 }