public SyncJob(IMapper mapper, INewhouse591Service newhouse591Service, INewhouseService newhouseService, INewhouseConverter newhouseConverter) { this._mapper = mapper; this._newhouse591Service = newhouse591Service; this._newhouseService = newhouseService; this._newhouseConverter = newhouseConverter; }
public CrawlerJob(INewhouse591Service newhouseService) { this._newhouseService = newhouseService; }