Ejemplo n.º 1
0
 public BomDetailMgr(IBomDetailDao entityDao,
     IBomMgr bomMgr,
     IItemKitMgr itemKitMgr,
     ICriteriaMgr criterialMgr,
     IUomConversionMgr uomConversionMgr,
     IRoutingMgr routingMgr,
     IRoutingDetailMgr routingDetailMgr,
     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.bomMgr = bomMgr;
     this.itemMgr = itemMgr;
     this.criterialMgr = criterialMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr = routingMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
Ejemplo n.º 2
0
 public BomDetailMgr(IBomDetailDao entityDao,
                     IBomMgr bomMgr,
                     IItemKitMgr itemKitMgr,
                     ICriteriaMgr criterialMgr,
                     IUomConversionMgr uomConversionMgr,
                     IRoutingMgr routingMgr,
                     IRoutingDetailMgr routingDetailMgr,
                     IItemMgr itemMgr)
     : base(entityDao)
 {
     this.bomMgr           = bomMgr;
     this.itemMgr          = itemMgr;
     this.criterialMgr     = criterialMgr;
     this.uomConversionMgr = uomConversionMgr;
     this.routingMgr       = routingMgr;
     this.routingDetailMgr = routingDetailMgr;
 }
Ejemplo n.º 3
0
 public BomDetailBaseMgr(IBomDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }
Ejemplo n.º 4
0
 public BomDetailBaseMgr(IBomDetailDao entityDao)
 {
     this.entityDao = entityDao;
 }