Last active
February 1, 2017 00:41
-
-
Save CristianoRC/a4d1c965c0e5cb4f26440c840a070721 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.Municipio.ObterCodigoDoMunicipio("Pelotas", DotCEP.UF.RS); | |
DotCEP.Localidades.Municipio.ObterInformacoesDoMunicipio(4314407); | |
DotCEP.Localidades.Municipio.ObterListaDeMunicipio(DotCEP.UF.RS); | |
DotCEP.Localidades.Municipio.ObterListaDeMunicipio(); | |
DotCEP.Localidades.Municipio.ObterNomeDoMunicipio(4314407); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment