Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created September 21, 2018 12:43
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/3cf6217f4e00739c0e55b6855db8e489 to your computer and use it in GitHub Desktop.
Save simplement-e/3cf6217f4e00739c0e55b6855db8e489 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