Esempio n. 1
0
 public SortService(IShopperHistoryClient shopperHistoryClient)
 {
     _shopperHistoryClient = shopperHistoryClient;
 }
Esempio n. 2
0
 public RecommendedSortService(IShopperHistoryClient shopperHistory)
 {
     this.shopperHistory = shopperHistory;
 }
 public RecommendedProductSorter(IShopperHistoryClient shopperHistoryClient)
 {
     this._shopperHistoryClient = shopperHistoryClient;
 }