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