Пример #1
0
 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;
 }