示例#1
0
 public AmountRecordService(CTMSContext CTMSContext, IAmountRecordDAL AmountRecordDAL)
 {
     this.CTMSContext     = CTMSContext;
     this.AmountRecordDAL = AmountRecordDAL;
     this.Dal             = AmountRecordDAL;
 }
示例#2
0
 public AmountRecordService(LdCmsDbEntitiesContext LdCmsDbEntitiesContext, IAmountRecordDAL AmountRecordDAL)
 {
     this.LdCmsDbEntitiesContext = LdCmsDbEntitiesContext;
     this.AmountRecordDAL        = AmountRecordDAL;
     this.Dal = AmountRecordDAL;
 }