コード例 #1
0
ファイル: UserService.php プロジェクト: hachi-zzq/dajiayao
 public function getUserById($id)
 {
     return User::getById($id);
 }