Пример #1
0
 internal void AddVoteToPoll(HockeyPoll poll, Vote vote)
 {
     poll.Votes.Add(vote);
     _db.AddVote(vote);
 }