Skip to content

Instantly share code, notes, and snippets.

View rhyselsmore's full-sized avatar
😋
LOL

Rhys Elsmore rhyselsmore

😋
LOL
View GitHub Profile
class ArticlePhygitalBase
{
bool EstEnPromo { get; set; }
decimal? PctRemise { get; set; }
Guid[] AllTags { get; set; }
string IntermediateImage { get; set; }
string Marque { get; set; }
decimal? SegmentationPrincipalePk { get; set; }
string MainImage { get; set; }
string SmallImage { get; set; }