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