コード例 #1
0
ファイル: PantherContext.cs プロジェクト: freemsly/CMS
 public PantherContext(IServiceProvider services, IPantherRouter router, IPantherFileSystem fileSystem)
 {
     Services = services;
     FileSystem = fileSystem;
     Router = router;
     this.siteService = new SiteService(this);
     this.pageService = new PageService(this);
 }
コード例 #2
0
 public PantherContext(IServiceProvider services, IPantherRouter router, IPantherFileSystem fileSystem)
 {
     Services         = services;
     FileSystem       = fileSystem;
     Router           = router;
     this.siteService = new SiteService(this);
     this.pageService = new PageService(this);
 }