function __construct(Imposto $outroImposto = null)
 {
     parent::__construct($outroImposto);
 }
Exemple #2
0
 public function __construct($imposto = null)
 {
     parent::__construct($imposto);
 }