public LocationMgr(ILocationDao entityDao, ILocationLotDetailMgr locationLotDetailMgr, INumberControlMgr numberControlMgr, ICriteriaMgr criteriaMgr, ILocationTransactionMgr locationTransactionMgr, IRegionMgr regionMgr, IUserMgr userMgr, IPlannedBillMgr plannedBillMgr, IStorageBinMgr storageBinMgr, IHuMgr huMgr, IBillMgr billMgr, IItemMgr itemMgr) : base(entityDao) { this.numberControlMgr = numberControlMgr; this.locationLotDetailMgr = locationLotDetailMgr; this.criteriaMgr = criteriaMgr; this.locationTransactionMgr = locationTransactionMgr; this.regionMgr = regionMgr; this.userMgr = userMgr; this.plannedBillMgr = plannedBillMgr; this.storageBinMgr = storageBinMgr; this.huMgr = huMgr; this.billMgr = billMgr; this.itemMgr = itemMgr; }
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 RepBillMarketMgr(String reportTemplateFolder, IBillMgr billMgr, IReceiptMgr receiptMgr, ICriteriaMgr criteriaMgr) { this.reportTemplateFolder = reportTemplateFolder; this.billMgr = billMgr; this.receiptMgr = receiptMgr; this.criteriaMgr = criteriaMgr; //明细部分的行数 this.pageDetailRowCount = 32; //列数 1起始 this.columnCount = 10; //报表头的行数 1起始 this.headRowCount = 5; //报表尾的行数 1起始 this.bottomRowCount = 1; }
public RepBillMarketMgr(String reportTemplateFolder, IBillMgr billMgr, IReceiptMgr receiptMgr,ICriteriaMgr criteriaMgr) { this.reportTemplateFolder = reportTemplateFolder; this.billMgr = billMgr; this.receiptMgr = receiptMgr; this.criteriaMgr = criteriaMgr; //明细部分的行数 this.pageDetailRowCount = 32; //列数 1起始 this.columnCount = 10; //报表头的行数 1起始 this.headRowCount = 5; //报表尾的行数 1起始 this.bottomRowCount = 1; }
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; }
public BillCreateJob( IBillMgr billMgr) { this.billMgr = billMgr; }