Esempio n. 1
0
 public function findListByEmailList($emailList)
 {
     return $this->userDao->findListByEmailList($emailList);
 }