Ejemplo n.º 1
0
 public BomDetailInboundMgr(IItemMgr itemMgr,
                            IUomMgr uomMgr,
                            IBomMgr bomMgr,
                            IUserMgr userMgr,
                            IBomDetailMgr bomDetailMgr,
                            IDssImportHistoryMgr dssImportHistoryMgr,
                            IMesBomMgr mesBomMgr,
                            IMesBomDetailMgr mesBomDetailMgr,
                            IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr         = itemMgr;
     this.uomMgr          = uomMgr;
     this.bomMgr          = bomMgr;
     this.userMgr         = userMgr;
     this.mesBomMgr       = mesBomMgr;
     this.bomDetailMgr    = bomDetailMgr;
     this.mesBomDetailMgr = mesBomDetailMgr;
 }
Ejemplo n.º 2
0
 public BomDetailInboundMgr(IItemMgr itemMgr,
     IUomMgr uomMgr,
     IBomMgr bomMgr,
     IUserMgr userMgr,
     IBomDetailMgr bomDetailMgr,
     IDssImportHistoryMgr dssImportHistoryMgr,
     IMesBomMgr mesBomMgr,
     IMesBomDetailMgr mesBomDetailMgr,
     IGenericMgr genericMgr)
     : base(dssImportHistoryMgr, genericMgr)
 {
     this.itemMgr = itemMgr;
     this.uomMgr = uomMgr;
     this.bomMgr = bomMgr;
     this.userMgr = userMgr;
     this.mesBomMgr = mesBomMgr;
     this.bomDetailMgr = bomDetailMgr;
     this.mesBomDetailMgr = mesBomDetailMgr;
 }