Exemple #1
0
        public Dictionary <string, Object> GetProductCommentList(int startPage, int pageSize, Guid productID)
        {
            var dic = CommonRequest.ApiGetProductCommentList(startPage, pageSize, productID);

            return(dic);
        }