コード例 #1
0
 public PollFeedController(IPollFeed pollFeed, IPollVoter pollVoter)
 {
     this._pollFeed  = pollFeed;
     this._pollVoter = pollVoter;
 }
コード例 #2
0
 public PollFeedController(IPollFeed pollFeed, IPollVoter pollVoter)
 {
     this._pollFeed = pollFeed;
     this._pollVoter = pollVoter;
 }