Skip to content

Instantly share code, notes, and snippets.

@simplement-e
Created November 25, 2019 12:41
Show Gist options
  • Save simplement-e/ca735bfa28ef22745365f9ff91cb1d09 to your computer and use it in GitHub Desktop.
Save simplement-e/ca735bfa28ef22745365f9ff91cb1d09 to your computer and use it in GitHub Desktop.
Objets de données
class WishlistDetails
{
Guid Guid { get; set; }
string Libelle { get; set; }
CPointSoftware.ECommerce.Tools.NUIProviderModule+NuiWishlistHandler+WishlistLigne[] Lignes { get; set; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment