Ejemplo n.º 1
0
        public async Task <SumaryRatingDto> GetReviewByStoreId(int storeId, int currentPage, int pageSize)
        {
            var response = await JongSnamServices.GetReviewByStoreIdWithHttpMessagesAsync(storeId, currentPage, pageSize, CustomHeaders);

            return(await GetRespondDtoHandlerHttpStatus <SumaryRatingDto>(response));
        }