Skip to content

Instantly share code, notes, and snippets.

@StephanyBatista
Last active April 20, 2019 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save StephanyBatista/c8582caf6d1b795b2b9fb932da78c974 to your computer and use it in GitHub Desktop.
Save StephanyBatista/c8582caf6d1b795b2b9fb932da78c974 to your computer and use it in GitHub Desktop.
public class Endereco{
public string NomeDaRua { get; set; }
public string NomeDoBairro { get; set; }
public string CepDaRua { get; set; }
public string NomeDaCidade { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment