Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Для можливості вибору гравців із будь-якої команди необхідно додати у контролер наступний пункт:
Where: players = players.Where(p=>p.TeamId==team);
using System.Web.Mvc;
teams.Insert(0, new Team { Name = "Всі", Id = 0 });
List<Team> teams = db.Teams.ToList();
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!