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/ce71a8088c649adb5fb0569bbbda1d2e to your computer and use it in GitHub Desktop.

Select an option

Save simplement-e/ce71a8088c649adb5fb0569bbbda1d2e to your computer and use it in GitHub Desktop.
Objets de données
class PreparationCommandeEventData
{
Guid BcdGuid { get; set; }
Guid BprGuid { get; set; }
string BprType { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment