Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created September 13, 2015 19:15
Show Gist options
  • Select an option

  • Save simplement-e/8be911c5cb9f3b5fa062 to your computer and use it in GitHub Desktop.

Select an option

Save simplement-e/8be911c5cb9f3b5fa062 to your computer and use it in GitHub Desktop.
class NewsletterData
{
int Id { get; set; }
string Nom { get; set; }
string Description { get; set; }
bool EstDesabonnable { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment