public PollController(IPollDac pollDac, IAccountDac accDac) { this.pollDac = pollDac; this.accDac = accDac; }
public HomeController() { pollDac = new PollDac(); choiceDac = new ChoiceDac(); }