Skip to content

Instantly share code, notes, and snippets.

@vmussak
Created January 5, 2020 15:40
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 vmussak/c0e74fbfe6670dc5c82a36e6e4a94f83 to your computer and use it in GitHub Desktop.
Save vmussak/c0e74fbfe6670dc5c82a36e6e4a94f83 to your computer and use it in GitHub Desktop.
public class Cliente
{
public int Id { get; set }
public bool Ativo { get; set; }
//Outros atributos...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment