Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FerreraGab95 committed May 17, 2022
1 parent 4c792dd commit 895da7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ SchemaHelper schemaManager = new SchemaHelper(diretorioSchema);

#### Criar uma instância de *IManifestacaoNFe*
```C#
IManifestacaoNFe manifestacaoNFe = ManifestacaoNFe.GetManifestacaoNFe(certificadoCliente, schemaManager, TUf.RJ, TAmb tipoAmbiente = TAmb.Producao);
IManifestacaoNFe manifestacaoNFe = ManifestacaoNFe.GetManifestacaoNFe(certificadoCliente, schemaManager, TUf.RJ, TAmb tipoAmbiente);
```
#### Criar as instâncias de ManifestoNFe, que contém os dados necessários para a manifestação, abaixo será criada uma instância de cada tipo de operação.
```C#
Expand All @@ -51,7 +51,7 @@ Uma exceção *SefazReturnException* é lançada quando a manifestação do lote
### Serviço de Distribuição DF-e
#### Criar uma nova instância de *IDistribuicaoDFe*
```C#
IDistribuicaoDFe distribuicaoDFe = DistribuicaoDFe.GetDistribuicaoDFe(certificadoCliente, schemaManager, DocumentoCliente, CodigoUF, TAmb tipoAmbiente = TAmb.Producao);
IDistribuicaoDFe distribuicaoDFe = DistribuicaoDFe.GetDistribuicaoDFe(certificadoCliente, schemaManager, DocumentoCliente, CodigoUF, TAmb tipoAmbiente);
```
O serviço de distribuição DF-e suporta 3 tipos de consulta.

Expand Down

0 comments on commit 895da7a

Please sign in to comment.