Last active
February 1, 2017 00:29
-
-
Save CristianoRC/b8859d26e035009b08f75a7df4c8635d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
DotCEP.Localidades.Estado.ObterNomeDoEstado("RS"); | |
DotCEP.Localidades.Estado.ObterCodigoDoEstado("RS"); | |
DotCEP.Localidades.Estado.ObterSiglaDoEstado("Rio Grande do Sul"); | |
DotCEP.Localidades.Estado.ObterListaDeEstados(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment