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