public ImportController() { templateService = new SpiderTemplateService(); importService = new SportImportService(); spiderTool = new SpiderTool(); appService = new SiteAppService(); userService = new UserService(); }
public TemplateController() { templateService = new SpiderTemplateService(); spiderTool = new SpiderTool(); }
public SpiderJob() { defaultSpider = new SpiderTool(); }