Esempio n. 1
0
 public function __construct($IdPais, $Nombre)
 {
     $this->IdPais = $IdPais;
     $this->Nombre = $Nombre;
     parent::__construct();
 }