function __construct(CTParametro $pParam)
 {
     parent::__construct($pParam);
 }
Exemple #2
0
 function __construct(CTParametro $pParam)
 {
     parent::__construct($pParam);
     $this->funciones = new FuncionesSeguridad();
 }