Exemplo n.º 1
0
		internal RodapeNotaLegalDF(Rodape rodape)
			: base(rodape.Parent)
		{
		}
Exemplo n.º 2
0
 internal RodapeNotaLegalDF(Rodape rodape)
     : base(rodape.Parent)
 {
 }
Exemplo n.º 3
0
 internal Imposto(Rodape rodape)
     : base(rodape.Parent)
 {
 }
Exemplo n.º 4
0
		internal Restaurante(Rodape rodape)
			: base(rodape.Parent)
		{
		}
Exemplo n.º 5
0
 internal Restaurante(Rodape rodape)
     : base(rodape.Parent)
 {
 }
Exemplo n.º 6
0
 internal RodapeAbastecimentos(Rodape rodape)
     : base(rodape.Parent)
 {
     Itens = new List <RodapeAbastecimento>();
 }
Exemplo n.º 7
0
		internal Imposto(Rodape rodape)
			: base(rodape.Parent)
		{
		}