Exemple #1
0
        public void GetProductGroupInfoByPId()
        {
            var result = _client.GetProductGroupInfoByPId("AP-VICTION-T");

            Assert.IsNull(result.Exception);
        }