Пример #1
0
        public async Task ShouldGetProcessNeedsApprovalByStatusPagingSuccess()
        {
            var result = await _sut.GetProcessNeedsApprovalByStatusPaging(1, _agencyCode);

            Assert.IsType <int>(result);
        }