Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save simplement-e/b4d33c10fa8a55a3a984 to your computer and use it in GitHub Desktop.
class NewsletterInfo
{
string Libelle { get; set; }
int Id { get; set; }
bool EstAbonne { get; set; }
DateTime? DerniereModif { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment