Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created August 25, 2019 02:10
Show Gist options
  • Select an option

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

Select an option

Save simplement-e/ae1baad64ddb7b287ccfc2159e6559db to your computer and use it in GitHub Desktop.
Objets de données
class SuppressionMarqueEventData
{
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