Esempio n. 1
0
 public GetCartItemBasedApplicationProducts(IGetCartItemsBySKUList getCartItemsBySKUList, IGetCartItemsByCategoryIdList getCartItemsByCategoryIdList)
 {
     _getCartItemsBySKUList        = getCartItemsBySKUList;
     _getCartItemsByCategoryIdList = getCartItemsByCategoryIdList;
 }
Esempio n. 2
0
 public ItemIsInCategoryChecker(IStringResourceProvider stringResourceProvider, IGetCartItemsByCategoryIdList getCartItemsByCategoryIdList)
 {
     _stringResourceProvider       = stringResourceProvider;
     _getCartItemsByCategoryIdList = getCartItemsByCategoryIdList;
 }
 public GetCartItemBasedApplicationProducts(IGetCartItemsBySKUList getCartItemsBySKUList,IGetCartItemsByCategoryIdList getCartItemsByCategoryIdList)
 {
     _getCartItemsBySKUList = getCartItemsBySKUList;
     _getCartItemsByCategoryIdList = getCartItemsByCategoryIdList;
 }