Guest User

Untitled

a guest
Jun 19th, 2018
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. List<LadderMatchItem> matchResults = (from p in ladder.Participants
  2. from m in p.MatchResults
  3. where m.Id == command.LadderMatchId
  4. select m).ToList();
Add Comment
Please, Sign In to add comment