Exemplo n.º 1
0
        public async Task ShouldGetLastTenPurshaseCountSuccess()
        {
            var result = await _sut.GetLastTenPurshaseCount(1, _agencyCode);

            Assert.IsType <int>(result);
        }