Esempio n. 1
0
 /**
  * @param int $iIdAccount
  * @param string $sType
  * @return CTwofactorauth
  */
 public function GetAccount($iIdAccount, $sType)
 {
     return $this->getAccountBySql($this->oCommandCreator->GetAccount((int) $iIdAccount, $sType));
 }