public ProductSearchIndexService(ISearcher<Product, ProductSearchIndex> productSearcher,
     IGetProductCategories getProductCategories, EcommerceSearchCacheSettings ecommerceSearchCacheSettings,
     IGetProductSearchQueryObjects getProductSearchQueryObjects)
 {
     _productSearcher = productSearcher;
     _getProductCategories = getProductCategories;
     _ecommerceSearchCacheSettings = ecommerceSearchCacheSettings;
     _getProductSearchQueryObjects = getProductSearchQueryObjects;
 }
 public ProductSearchIndexService(ISearcher <Product, ProductSearchIndex> productSearcher,
                                  IGetProductCategories getProductCategories, EcommerceSearchCacheSettings ecommerceSearchCacheSettings,
                                  IGetProductSearchQueryObjects getProductSearchQueryObjects)
 {
     _productSearcher              = productSearcher;
     _getProductCategories         = getProductCategories;
     _ecommerceSearchCacheSettings = ecommerceSearchCacheSettings;
     _getProductSearchQueryObjects = getProductSearchQueryObjects;
 }
 public GetCartItemsByCategoryIdList(IGetProductCategories getProductCategories)
 {
     _getProductCategories = getProductCategories;
 }
Esempio n. 4
0
 public GetCartItemsByCategoryIdList(IGetProductCategories getProductCategories)
 {
     _getProductCategories = getProductCategories;
 }