コード例 #1
0
        public async Task GetInvoicesAsync()
        {
            var invoices = await invoicesRepository.GetListAsync();

            Assert.True(invoices.Count < 21);
        }