Esempio n. 1
0
 public ImportController() {
     templateService = new SpiderTemplateService();
     importService = new SportImportService();
     spiderTool = new SpiderTool();
     appService = new SiteAppService();
     userService = new UserService();
 }
Esempio n. 2
0
 public TemplateController()
 {
     templateService = new SpiderTemplateService();
     spiderTool = new SpiderTool();
 }
Esempio n. 3
0
 public SpiderJob()
 {
     defaultSpider = new SpiderTool();
 }