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