Skip to content

Instantly share code, notes, and snippets.

@renatogroffe
Created March 16, 2024 13:27
Show Gist options
  • Save renatogroffe/0b9c8d9ef628aad51c6c030e70310a64 to your computer and use it in GitHub Desktop.
Save renatogroffe/0b9c8d9ef628aad51c6c030e70310a64 to your computer and use it in GitHub Desktop.
namespace ConsoleAppIndentationOptions.Models;
public class Localidade
{
public int Id { get; set; }
public string? NomeContinente { get; set; }
public string? NomePais { get; set; }
public string? NomeCidade { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment