
function productRecommendationService() { }
productRecommendationService._path = '/store-us/dwr';

productRecommendationService.getCrossSellProducts = function(p0, p1, p2, p3, callback) {
    DWREngine._execute(productRecommendationService._path, 'productRecommendationService', 'getCrossSellProducts', p0, p1, p2, p3, callback);
}

productRecommendationService.getMostPopularProducts = function(p0, p1, p2, callback) {
    DWREngine._execute(productRecommendationService._path, 'productRecommendationService', 'getMostPopularProducts', p0, p1, p2, callback);
}
