Example #1
0
        //private ITransportationOrderMgr transportationOrderMgr;

        public ReceiptMgr(IReceiptDao entityDao,
                          IReceiptDetailMgr receiptDetailMgr,
                          INumberControlMgr numberControlMgr,
                          ILocationMgr locationMgr,
                          ILocationLotDetailMgr locationLotDetailMgr,
                          IHuMgr huMgr,
                          IHuOddMgr huOddMgr,
                          IOrderLocationTransactionMgr orderLocationTransactionMgr,
                          IInProcessLocationMgr inProcessLocationMgr,
                          IInProcessLocationDetailMgr inProcessLocationDetailMgr,
                          IReceiptInProcessLocationMgr receiptInProcessLocationMgr,
                          IInspectOrderMgr inspectOrderMgr,
                          ICriteriaMgr criteriaMgr,
                          IUserMgr userMgr)
            : base(entityDao)
        {
            this.receiptDetailMgr     = receiptDetailMgr;
            this.numberControlMgr     = numberControlMgr;
            this.locationMgr          = locationMgr;
            this.locationLotDetailMgr = locationLotDetailMgr;
            this.huMgr    = huMgr;
            this.huOddMgr = huOddMgr;
            this.orderLocationTransactionMgr = orderLocationTransactionMgr;
            this.inProcessLocationMgr        = inProcessLocationMgr;
            this.inProcessLocationDetailMgr  = inProcessLocationDetailMgr;
            this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
            this.inspectOrderMgr             = inspectOrderMgr;
            this.criteriaMgr = criteriaMgr;
            this.userMgr     = userMgr;;
        }
Example #2
0
 //private ITransportationOrderMgr transportationOrderMgr;
 public ReceiptMgr(IReceiptDao entityDao,
     IReceiptDetailMgr receiptDetailMgr,
     INumberControlMgr numberControlMgr,
     ILocationMgr locationMgr,
     ILocationLotDetailMgr locationLotDetailMgr,
     IHuMgr huMgr,
     IHuOddMgr huOddMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IInProcessLocationMgr inProcessLocationMgr,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IReceiptInProcessLocationMgr receiptInProcessLocationMgr,
     IInspectOrderMgr inspectOrderMgr,
     ICriteriaMgr criteriaMgr,
     IUserMgr userMgr)
     : base(entityDao)
 {
     this.receiptDetailMgr = receiptDetailMgr;
     this.numberControlMgr = numberControlMgr;
     this.locationMgr = locationMgr;
     this.locationLotDetailMgr = locationLotDetailMgr;
     this.huMgr = huMgr;
     this.huOddMgr = huOddMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.receiptInProcessLocationMgr = receiptInProcessLocationMgr;
     this.inspectOrderMgr = inspectOrderMgr;
     this.criteriaMgr = criteriaMgr;
     this.userMgr = userMgr;;
 }
Example #3
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;
 }
Example #4
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;
 }