Exemplo n.º 1
0
        public async Task ShouldDirectInvitationsSummaryPagingAsyncSuccess()
        {
            var result = await _sut.DirectInvitationsSummaryPagingAsync(new DashboardSearchCriteria());

            Assert.NotNull(result);
        }