We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e23495 commit 3e95e31Copy full SHA for 3e95e31
MDFe.Classes/Informacoes/MDFeInfMDFe.cs
@@ -47,7 +47,6 @@ public MDFeInfMDFe()
47
InfModal = new MDFeInfModal();
48
InfDoc = new MDFeInfDoc();
49
Tot = new MDFeTot();
50
- ProdPred = new MDFeProdPred();
51
Versao = VersaoServico.Versao100;
52
}
53
MDFe.Classes/Informacoes/MDFeProdPred.cs
@@ -40,11 +40,6 @@ namespace MDFe.Classes.Informacoes
40
[Serializable]
41
public class MDFeProdPred
42
{
43
- public MDFeProdPred()
44
- {
45
- InfLotacao = new MDFeInfLotacao();
46
- }
-
/// <summary>
/// 1 - Tipo da Carga.
/// Conforme Rosulação ANTT
0 commit comments