Exemplo n.º 1
0
 public List <Board> Boards() => AllGroups.Skip(1).Select(data => new Board(data)).ToList();