public AgentListingCounter(IListingFetcher agentFetcher, ITaskBatcher taskBatcher,
                            IAgentCollectionResultParser agentCollectionResultParser)
 {
     _agentFetcher = agentFetcher;
     _taskBatcher  = taskBatcher;
     _agentCollectionResultParser = agentCollectionResultParser;
 }
Exemplo n.º 2
0
 public void Setup()
 {
     _agentCollectionResultParser = new AgentCollectionResultParser();
 }