コード例 #1
0
 public ImportController() {
     templateService = new SpiderTemplateService();
     importService = new SportImportService();
     spiderTool = new SpiderTool();
     appService = new SiteAppService();
     userService = new UserService();
 }
コード例 #2
0
ファイル: TemplateController.cs プロジェクト: Boshin/wojilu
 public TemplateController()
 {
     templateService = new SpiderTemplateService();
     spiderTool = new SpiderTool();
 }
コード例 #3
0
ファイル: SpiderJob.cs プロジェクト: jilumvc/Sajoo
 public SpiderJob()
 {
     defaultSpider = new SpiderTool();
 }