Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save TheDigitalNomadDev/77e8e9e9556e4a80558f404780a1d3ef to your computer and use it in GitHub Desktop.
Save TheDigitalNomadDev/77e8e9e9556e4a80558f404780a1d3ef 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