Skip to content

Instantly share code, notes, and snippets.

@carloscds
Created March 16, 2020 19:26
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 carloscds/2107e205e7ac0704b6dcc8177efa345c to your computer and use it in GitHub Desktop.
Save carloscds/2107e205e7ac0704b6dcc8177efa345c to your computer and use it in GitHub Desktop.
public class Cliente
{
public int ID { get; set; }
public string Nome { get; set; }
public string Cidade { get; set; }
public string UF { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment