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