Exemplo n.º 1
0
		public VoteUpdater( IVoteCountLocator locator, VotingContext context )
		{
			this.locator = locator;
			this.context = context;
		}
Exemplo n.º 2
0
		public VoteRecorder( VotingContext context, RecordingFactory factory )
		{
			this.context = context;
			this.factory = factory;
		}
Exemplo n.º 3
0
		public VoteProvider( VotingContext context )
		{
			this.context = context;
		}