コード例 #1
0
 public static function SetStatus($id, $status)
 {
     return UsersDAO::SetStatus($id, $status);
 }