public ProductLineInProcessLocationDetailMgr(IProductLineInProcessLocationDetailDao entityDao,
     ICriteriaMgr criteriaMgr,
     IFlowMgr flowMgr,
     ILocationMgr locationMgr,
     ILocationTransactionMgr locationTransactionMgr,
     IOrderLocationTransactionMgr orderLocationTransactionMgr,
     IEntityPreferenceMgr entityPreferenceMgr,
     IOrderPlannedBackflushMgr orderPlannedBackflushMgr,
     IInProcessLocationDetailMgr inProcessLocationDetailMgr,
     IUserMgr userMgr,
     IInProcessLocationMgr inProcessLocationMgr)
     : base(entityDao)
 {
     this.criteriaMgr = criteriaMgr;
     this.flowMgr = flowMgr;
     this.locationMgr = locationMgr;
     this.locationTransactionMgr = locationTransactionMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr = entityPreferenceMgr;
     this.orderPlannedBackflushMgr = orderPlannedBackflushMgr;
     this.inProcessLocationDetailMgr = inProcessLocationDetailMgr;
     this.userMgr = userMgr;
     this.inProcessLocationMgr = inProcessLocationMgr;
 }
 public ProductLineInProcessLocationDetailMgr(IProductLineInProcessLocationDetailDao entityDao,
                                              ICriteriaMgr criteriaMgr,
                                              IFlowMgr flowMgr,
                                              ILocationMgr locationMgr,
                                              ILocationTransactionMgr locationTransactionMgr,
                                              IOrderLocationTransactionMgr orderLocationTransactionMgr,
                                              IEntityPreferenceMgr entityPreferenceMgr,
                                              IOrderPlannedBackflushMgr orderPlannedBackflushMgr,
                                              IInProcessLocationDetailMgr inProcessLocationDetailMgr,
                                              IUserMgr userMgr,
                                              IInProcessLocationMgr inProcessLocationMgr)
     : base(entityDao)
 {
     this.criteriaMgr                 = criteriaMgr;
     this.flowMgr                     = flowMgr;
     this.locationMgr                 = locationMgr;
     this.locationTransactionMgr      = locationTransactionMgr;
     this.orderLocationTransactionMgr = orderLocationTransactionMgr;
     this.entityPreferenceMgr         = entityPreferenceMgr;
     this.orderPlannedBackflushMgr    = orderPlannedBackflushMgr;
     this.inProcessLocationDetailMgr  = inProcessLocationDetailMgr;
     this.userMgr                     = userMgr;
     this.inProcessLocationMgr        = inProcessLocationMgr;
 }
 public ProductLineInProcessLocationDetailBaseMgr(IProductLineInProcessLocationDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
 public ProductLineInProcessLocationDetailBaseMgr(IProductLineInProcessLocationDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }