示例#1
0
        public void TestProduct()
        {
            var result = _client.GetActivityPageInfoRowProducts(_request);

            result.ThrowIfException(true);
            Assert.IsNotNull(result.Result);
        }