Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created November 14, 2018 15:46
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save simplement-e/04fe39afadccf6f757262baef427e5f2 to your computer and use it in GitHub Desktop.
Objets de données
class CreationMarqueEventData
{
int MarPk { get; set; }
string Libelle { get; set; }
string Code { get; set; }
bool EstInterne { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment