Example #1
0
 public void Close()
 {
     _votingTheme.Close();
     _votingTheme = null;
 }
Example #2
0
 public VotingTheme Create(string title)
 {
     return(_votingTheme = new VotingTheme(title, _votingHistoryService));
 }