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);
teams.Insert(0, new Team { Name = "Всі", Id = 0 });
List<Team> teams = db.Teams.ToList();
@Html.ActionLink("Додати гравця", "Create")
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!