Ejemplo n.º 1
0
 public ProductOverviewDto()
 {
     ProductPrice                 = new ProductPriceModel();
     DefaultPictureModel          = new PictureDto();
     SpecificationAttributeModels = new List <ProductSpecificationDto>();
     ReviewOverviewModel          = new ProductReviewOverviewDto();
 }
Ejemplo n.º 2
0
 public ProductDetailsDto()
 {
     DefaultPictureModel   = new PictureDto();
     PictureModels         = new List <PictureDto>();
     GiftCard              = new GiftCardDto();
     ProductPrice          = new ProductPriceDto();
     AddToCart             = new AddToCartDto();
     ProductAttributes     = new List <ProductAttributeDto>();
     AssociatedProducts    = new List <ProductDetailsDto>();
     VendorDto             = new VendorBriefInfoDto();
     Breadcrumb            = new ProductBreadcrumbDto();
     ProductTags           = new List <ProductTagDto>();
     ProductSpecifications = new List <ProductSpecificationDto>();
     ProductManufacturers  = new List <ManufacturerDto>();
     ProductReviewOverview = new ProductReviewOverviewDto();
     TierPrices            = new List <TierPriceDto>();
 }