Skip to content

Commit

Permalink
Update Enderecador.cs (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
danilobreda authored and Valmir-Cunha committed Jul 4, 2024
1 parent a50040a commit 5e7efe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NFe.Utils/Enderecos/Enderecador.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ static Enderecador()
/// <returns></returns>
public static List<Estado> EstadosQueUsamSvcAnParaNfe()
{
return new List<Estado> { Estado.AC, Estado.AL, Estado.AP, Estado.DF, Estado.ES, Estado.MG, Estado.PB, Estado.RJ, Estado.RN, Estado.RO, Estado.RR, Estado.RS, Estado.SC, Estado.SE, Estado.SP, Estado.TO };
return new List<Estado> { Estado.AC, Estado.AL, Estado.AP, Estado.CE, Estado.DF, Estado.ES, Estado.MG, Estado.PA, Estado.PB, Estado.PI, Estado.RJ, Estado.RN, Estado.RO, Estado.RR, Estado.RS, Estado.SC, Estado.SE, Estado.SP, Estado.TO };
}

/// <summary>
Expand Down

0 comments on commit 5e7efe4

Please sign in to comment.