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