CapRaffle.UnitTests.DrawWinnerControllerTests.SelectedEventParticipants C# (CSharp) 메소드

SelectedEventParticipants() 개인적인 메소드

private SelectedEventParticipants ( ) : IEnumerable
리턴 IEnumerable
        private IEnumerable<UserEvent> SelectedEventParticipants()
        {
            return eventMock.Object.Participants
                .Where(x => x.EventId == SelectedEventId());
        }