Ejemplo n.º 1
0
 public function findByUserIdList(array $userIdList)
 {
     return $this->locationDao->findByUserIdList($userIdList);
 }