public SoBill1OutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr,
     IBillMgr billMgr,
     ISqlHelperDao sqlHelperDao
     )
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, commonOutboundMgr, locationMgr, billMgr, sqlHelperDao)
 {
 }
 public RctwoOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     IOrderHeadMgr orderHeadMgr,
       ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.locMgr = locationMgr;
 }
 public RctunpOutboundMgr(INumberControlMgr numberControlMgr,
    IDssExportHistoryMgr dssExportHistoryMgr,
    ICriteriaMgr criteriaMgr,
    IDssOutboundControlMgr dssOutboundControlMgr,
    IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     IMiscOrderMgr miscOrderMgr,
     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, commonOutboundMgr, miscOrderMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
 public IsssoOutboundMgr(INumberControlMgr numberControlMgr,
    IDssExportHistoryMgr dssExportHistoryMgr,
    ICriteriaMgr criteriaMgr,
    IDssOutboundControlMgr dssOutboundControlMgr,
    IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.dssObjectMappingMgr = dssObjectMappingMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
 public AbstractOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     ILocationMgr locationMgr)
 {
     this.numberControlMgr = numberControlMgr;
     this.dssExportHistoryMgr = dssExportHistoryMgr;
     this.criteriaMgr = criteriaMgr;
     this.dssOutboundControlMgr = dssOutboundControlMgr;
     this.dssObjectMappingMgr = dssObjectMappingMgr;
     this.locationMgr = locationMgr;
 }
 public PoBillTransactionOutboundMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     IOrderHeadMgr orderHeadMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr)
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.numberControlMgr = numberControlMgr;
     this.criteriaMgr = criteriaMgr;
     this.orderHeadMgr = orderHeadMgr;
     this.commonOutboundMgr = commonOutboundMgr;
 }
 public SoBillOutboundBaseMgr(INumberControlMgr numberControlMgr,
     IDssExportHistoryMgr dssExportHistoryMgr,
     ICriteriaMgr criteriaMgr,
     IDssOutboundControlMgr dssOutboundControlMgr,
     IDssObjectMappingMgr dssObjectMappingMgr,
     ICommonOutboundMgr commonOutboundMgr,
     ILocationMgr locationMgr,
     IBillMgr billMgr,
     ISqlHelperDao sqlHelperDao
     )
     : base(numberControlMgr, dssExportHistoryMgr, criteriaMgr, dssOutboundControlMgr, dssObjectMappingMgr, locationMgr)
 {
     this.criteriaMgr = criteriaMgr;
     this.commonOutboundMgr = commonOutboundMgr;
     this.billMgr = billMgr;
     this.sqlHelperDao = sqlHelperDao;
 }