예제 #1
0
 internal Rodape()
 {
     NotaLegalDF = new RodapeNotaLegalDF();
     Restaurante = new Restaurante();
     Imposto     = new Imposto();
 }
예제 #2
0
파일: Rodape.cs 프로젝트: juliomar/ACBr.Net
		internal Rodape()
		{
			NotaLegalDF = new RodapeNotaLegalDF();
			Restaurante = new Restaurante();
			Imposto = new Imposto();
		}