Ejemplo n.º 1
0
 public PollFeedController(IPollFeed pollFeed, IPollVoter pollVoter)
 {
     this._pollFeed  = pollFeed;
     this._pollVoter = pollVoter;
 }
 public PollFeedController(IPollFeed pollFeed, IPollVoter pollVoter)
 {
     this._pollFeed = pollFeed;
     this._pollVoter = pollVoter;
 }