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