コード例 #1
0
ファイル: VoteCounter.cs プロジェクト: MizMahem/NetTally
 /// <summary>
 /// Get a list of all vote blocks supported by a specified voter (which may be a plan name).
 /// </summary>
 /// <param name="voterName">The name of the voter or plan being requested.</param>
 /// <returns>Returns a list of all vote blocks supported by the specified voter or plan.</returns>
 public List <VoteLineBlock> GetVotesBy(Origin voter) => VoteStorage.GetVotesBy(voter);