コード例 #1
0
ファイル: PageService.cs プロジェクト: plaiuZt/ctms-web
 public PageService(CTMSContext CTMSContext, IPageDAL PageDAL)
 {
     this.CTMSContext = CTMSContext;
     this.PageDAL     = PageDAL;
     this.Dal         = PageDAL;
 }
コード例 #2
0
ファイル: PageService.cs プロジェクト: kafka-yu/LdCmsNetCore
 public PageService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IPageDAL PageDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.PageDAL = PageDAL;
     this.Dal     = PageDAL;
 }