class SuppressionMarqueEventData { int MarPk { get; set; } string Libelle { get; set; } string Code { get; set; } bool EstInterne { get; set; } }