Example #1
0
 public static PollPublishDataContainer GetPollPublishData(Guid pollId)
 {
     return(_votingService.GetPollPublishData(pollId));
 }