internal RodapeNotaLegalDF(Rodape rodape) : base(rodape.Parent) { }
internal Imposto(Rodape rodape) : base(rodape.Parent) { }
internal Restaurante(Rodape rodape) : base(rodape.Parent) { }
internal RodapeAbastecimentos(Rodape rodape) : base(rodape.Parent) { Itens = new List <RodapeAbastecimento>(); }