public AgentListingCounter(IListingFetcher agentFetcher, ITaskBatcher taskBatcher,
                            IAgentCollectionResultParser agentCollectionResultParser)
 {
     _agentFetcher = agentFetcher;
     _taskBatcher  = taskBatcher;
     _agentCollectionResultParser = agentCollectionResultParser;
 }
Пример #2
0
 public void Setup()
 {
     _agentCollectionResultParser = new AgentCollectionResultParser();
 }