コード例 #1
0
ファイル: user_service.php プロジェクト: vBulleteen/oxwall
 public function findSuspendedList($first, $count)
 {
     return $this->userDao->findSuspendedList($first, $count);
 }