Exemple #1
0
 public ErrorRecordService(CTMSContext CTMSContext, IErrorRecordDAL ErrorRecordDAL)
 {
     this.CTMSContext    = CTMSContext;
     this.ErrorRecordDAL = ErrorRecordDAL;
     this.Dal            = ErrorRecordDAL;
 }
 public ErrorRecordService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IErrorRecordDAL ErrorRecordDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.ErrorRecordDAL         = ErrorRecordDAL;
     this.Dal = ErrorRecordDAL;
 }