public CategoryModel() { PictureModel = new PictureModel(); FeaturedProducts = new List <ProductOverviewModel>(); Products = new List <ProductOverviewModel>(); PagingFilteringContext = new CatalogPagingFilteringModel(); SubCategories = new List <SubCategoryModel>(); CategoryBreadcrumb = new List <CategoryModel>(); }
public ProductsByTagModel() { Products = new List <ProductOverviewModel>(); PagingFilteringContext = new CatalogPagingFilteringModel(); }
public VendorModel() { PictureModel = new PictureModel(); Products = new List <ProductOverviewModel>(); PagingFilteringContext = new CatalogPagingFilteringModel(); }