示例#1
0
 /// <summary>
 /// Gets all voters that are supporting the specified vote.
 /// </summary>
 /// <param name="vote">The vote to check on.</param>
 /// <returns>Returns an IEnumerable of the voter names that are supporting the given vote.</returns>
 public IEnumerable <Origin> GetVotersFor(VoteLineBlock vote) => VoteStorage.GetVotersFor(vote);