Пример #1
0
        public async Task GetResultsApiAsync_ReturnsValidList()
        {
            var result = await _lotteryService.GetApiResultsAsync <DrawsList>("https://data.api.thelott.com/sales/vmax/web/data/lotto/opendraws", string.Empty);

            Assert.IsNotNull(result.Draws);
        }