Ejemplo n.º 1
0
        public async Task DemoRun_GetCouponBrandsAsync()
        {
            //Arrange
            NindoClient client = new NindoClient();

            //Act
            var result = await client.GetCouponBrandsAsync();

            //Assert
            Assert.NotNull(result);
        }