Example #1
0
 public function CheckUserAdminById($nUserId)
 {
     return $this->oMapper->CheckUserAdminById($nUserId);
 }