Пример #1
0
 public void LoadVotersCount()
 {
     ElectionVoters  = _getService.GetVoterList();
     TotalVoterCount = ElectionVoters.Count;
 }