コード例 #1
0
ファイル: ControladorBase.php プロジェクト: hipogea/zega
 public function estasEnSesion($id)
 {
     return MiFactoria::getEstasEnSesion($id, $this->documento);
 }