示例#1
0
        public bool ProductHasOffer(string productId, string storeId)
        {
            var result = _ProductItemRepo.ProductHasOffer(productId, storeId);


            return(result);
        }