Пример #1
0
        public async Task DemoRun_GetCouponsWithOffsetAsync(int offset)
        {
            //Arrange
            NindoClient client = new NindoClient();

            //Act
            var result = await client.GetCouponsAsync(offset);

            //Assert
            Assert.NotNull(result);
        }