Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save simplement-e/a78cd44f47fc4474e6ffcdb27bec1bbf to your computer and use it in GitHub Desktop.
Objets de données
enum TypeAnnulationCommandeInterne
{
ParRjs, // =0
ParClient, // =1
}
class AnnulationCommandeInterneEventData
{
Guid CinGuid { get; set; }
TypeAnnulationCommandeInterne TypeAnnulation { get; set; }
string CodeRaisonAnnulation { get; set; }
Guid? Uxid { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment