Ejemplo n.º 1
0
 public SitemapAnalyzeController()
 {
     //todo DI
     _analyzer = new UrlSiteMapParser();
     _performanceDiagostics = new PerformanceDiagnostics();
 }
 public HomeController()
 {
     //todo create IOC
     _analyzer = new UrlSiteMapParser();
     _performanceDiagostics = new PerformanceDiagnostics();
 }