Esempio n. 1
0
 /// <summary>
 /// Get a collection of all the votes that currently have supporters.
 /// </summary>
 /// <returns>Returns an IEnumerable of the currently stored vote blocks.</returns>
 public IEnumerable <VoteLineBlock> GetAllVotes() => VoteStorage.GetAllVotes();