Example #1
0
 public ConfigService(CTMSContext CTMSContext, IConfigDAL ConfigDAL)
 {
     this.CTMSContext = CTMSContext;
     this.ConfigDAL   = ConfigDAL;
     this.Dal         = ConfigDAL;
 }
Example #2
0
 public ConfigService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IConfigDAL ConfigDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.ConfigDAL = ConfigDAL;
     this.Dal       = ConfigDAL;
 }