Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created January 21, 2019 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save simplement-e/52ce317a7ad28f27261c27d601204ae9 to your computer and use it in GitHub Desktop.
Save simplement-e/52ce317a7ad28f27261c27d601204ae9 to your computer and use it in GitHub Desktop.
Objets de données
class CommandeValideeEventData
{
Guid CommandeGuid { get; set; }
Guid ClientGuid { get; set; }
string CommandeNumero { get; set; }
string CommandeIP { get; set; }
string ClientEmail { get; set; }
decimal CommandeMontantTotal { get; set; }
Guid ModeLivraisonGuid { get; set; }
Guid? PointLivraisonGuid { get; set; }
Guid? MagasinAssocieGuid { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment