Skip to content

Commit

Permalink
Merge pull request #40 from MirandaBrazil/patch-1
Browse files Browse the repository at this point in the history
Update Enderecador.cs
  • Loading branch information
adeniltonbs committed Sep 12, 2015
2 parents a5085fe + b4d671c commit 7f60d5a
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions NFe.Servicos/Enderecador.cs
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ public EnderecoServico(ServicoNFe servicoNFe, VersaoServico versaoServico, TipoA
ModeloDocumento = modeloDocumento;
}

public ServicoNFe ServicoNFe { get; }
public VersaoServico VersaoServico { get; }
public TipoAmbiente TipoAmbiente { get; }
public TipoEmissao TipoEmissao { get; }
public Estado Estado { get; }
public ModeloDocumento ModeloDocumento { get; }
public string Url { get; }
public ServicoNFe ServicoNFe { get; protected set; }
public VersaoServico VersaoServico { get; protected set; }
public TipoAmbiente TipoAmbiente { get; protected set; }
public TipoEmissao TipoEmissao { get; protected set; }
public Estado Estado { get; protected set; }
public ModeloDocumento ModeloDocumento { get; protected set; }
public string Url { get; protected set; }
}


Expand Down Expand Up @@ -1272,4 +1272,4 @@ public static string ObterUrlServico(ServicoNFe servico, TipoRecepcaoEvento tipo
return listaRetorno.FirstOrDefault();
}
}
}
}

0 comments on commit 7f60d5a

Please sign in to comment.