예제 #1
0
 public PlannedBillMgr(IPlannedBillDao entityDao,
     IUomConversionMgr uomConversionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     ICriteriaMgr criteriaMgr,
     IReceiptInProcessLocationMgr receiptInProcessLocationMgr)
     : base(entityDao)
 {
     this.uomConversionMgr = uomConversionMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.criteriaMgr = criteriaMgr;
     this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
 }
예제 #2
0
 public PlannedBillMgr(IPlannedBillDao entityDao,
                       IUomConversionMgr uomConversionMgr,
                       IEntityPreferenceMgr entityPreferenceMgr,
                       ICriteriaMgr criteriaMgr,
                       IReceiptInProcessLocationMgr receiptInProcessLocationMgr)
     : base(entityDao)
 {
     this.uomConversionMgr            = uomConversionMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.criteriaMgr                 = criteriaMgr;
     this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
 }
예제 #3
0
 public PlannedBillBaseMgr(IPlannedBillDao entityDao)
 {
     this.entityDao = entityDao;
 }
예제 #4
0
 public PlannedBillBaseMgr(IPlannedBillDao entityDao)
 {
     this.entityDao = entityDao;
 }