Forked from simplement-e/api_18234_636705311960169518.cs
Created
August 22, 2018 10:41
-
-
Save TheDigitalNomadDev/77e8e9e9556e4a80558f404780a1d3ef to your computer and use it in GitHub Desktop.
Objets de données
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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