public ReceiptSectionTransferProcessor(
     IReceiptSectionTransferQueryProcessor receiptSectionTransferQueryProcessor,
     IDeleteReceiptSectionTransferQueryProcessor deleteReceiptSectionTransferQueryProcessor,
     IAddReceiptSectionTransferQueryProcessor addReceiptSectionTransferQueryProcessor,
     IUpdateReceiptSectionTransferQueryProcessor updateReceiptSectionTransferQueryProcessor,
     ITransactionalGetByIdQueryProcessor <Receipt> receiptGetByIdQueryProcessor,
     IAddReceiptQueryProcessor addReceiptQueryProcessor,
     IUpdateReceiptQueryProcessor updateReceiptQueryProcessor,
     IDeleteTransactionQueryProcessor <Receipt> deleteReceiptQueryProcessor,
     IReceiptMemoQueryProcessor receiptMemoQueryProcessor,
     IAddReceiptMemoQueryProcessor addReceiptMemoQueryProcessor,
     IDeleteReceiptMemoQueryProcessor deleteReceiptMemoQueryProcessor,
     IDbSystemDateTimeQueryProcessor dbSystemDateTimeQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.receiptSectionTransferQueryProcessor       = receiptSectionTransferQueryProcessor;
     this.deleteReceiptSectionTransferQueryProcessor = deleteReceiptSectionTransferQueryProcessor;
     this.addReceiptSectionTransferQueryProcessor    = addReceiptSectionTransferQueryProcessor;
     this.updateReceiptSectionTransferQueryProcessor = updateReceiptSectionTransferQueryProcessor;
     this.receiptGetByIdQueryProcessor    = receiptGetByIdQueryProcessor;
     this.addReceiptQueryProcessor        = addReceiptQueryProcessor;
     this.updateReceiptQueryProcessor     = updateReceiptQueryProcessor;
     this.deleteReceiptQueryProcessor     = deleteReceiptQueryProcessor;
     this.receiptMemoQueryProcessor       = receiptMemoQueryProcessor;
     this.addReceiptMemoQueryProcessor    = addReceiptMemoQueryProcessor;
     this.deleteReceiptMemoQueryProcessor = deleteReceiptMemoQueryProcessor;
     this.dbSystemDateTimeQueryProcessor  = dbSystemDateTimeQueryProcessor;
     this.transactionScopeBuilder         = transactionScopeBuilder;
 }
예제 #2
0
 public MatchingSequentialProcessor(
     IMatchingSolveProcessor matchingSolveProcessor,
     IMatchingSaveProcessor matchingSaveProcessor,
     IMatchingQueryProcessor matchingQueryProcessor,
     IAddReceiptMemoQueryProcessor addReceiptMemoQueryProcessor,
     IUpdateNettingQueryProcessor updateNettingQueryProcessor,
     IByCompanyGetEntitiesQueryProcessor <MatchingOrder> matchingOrderQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlQueryProcessor,
     IAddCustomerFeeQueryProcessor addCustomerFeeQueryProcessor,
     IAddPaymentAgencyFeeQueryProcessor addPaymentAgencyFeeQueryProcessor,
     IDbSystemDateTimeQueryProcessor dbSystemDateTimeQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.matchingSolveProcessor            = matchingSolveProcessor;
     this.matchingSaveProcessor             = matchingSaveProcessor;
     this.matchingQueryProcessor            = matchingQueryProcessor;
     this.addReceiptMemoQueryProcessor      = addReceiptMemoQueryProcessor;
     this.updateNettingQueryProcessor       = updateNettingQueryProcessor;
     this.matchingOrderQueryProcessor       = matchingOrderQueryProcessor;
     this.applicationControlQueryProcessor  = applicationControlQueryProcessor;
     this.addCustomerFeeQueryProcessor      = addCustomerFeeQueryProcessor;
     this.addPaymentAgencyFeeQueryProcessor = addPaymentAgencyFeeQueryProcessor;
     this.dbSystemDateTimeQueryProcessor    = dbSystemDateTimeQueryProcessor;
     this.transactionScopeBuilder           = transactionScopeBuilder;
 }
 public MatchingJournalizingProcessor(
     IDbSystemDateTimeQueryProcessor dbSystemDateTimeQueryProcessor,
     IMatchingJournalizingQueryProcessor matchingJournalizingQueryProcessor,
     IMatchingJournalizingSummaryQueryProcessor matchingJournalizingSummaryQueryProcessor,
     IMatchingGeneralJournalizingQueryProcessor matchingGeneralJournalizingQueryProcessor,
     IMatchedReceiptQueryProcessor matchedReceiptQueryProcessor,
     IUpdateMatchingJournalizingQueryProcessor updateMatchingJournalizingQueryProcessor,
     IUpdateReceiptMatchingJournalizingQueryProcessor updateReceiptMatchingJournalizingQueryProcessor,
     IUpdateAdvanceReceivedBackupJournalizingQueryProcessor updateAdvanceReceivedBackupJournaliginzQueryProcessor,
     IUpdateReceiptExcludeJournalizingQueryProcessor updateReceiptExcludeJournalizingQueryProcessor,
     IMatchingJournalizingDetailQueryProcessor matchingJournalizingDetailQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.dbSystemDateTimeQueryProcessor            = dbSystemDateTimeQueryProcessor;
     this.matchingJournalizingQueryProcessor        = matchingJournalizingQueryProcessor;
     this.matchingJournalizingSummaryQueryProcessor = matchingJournalizingSummaryQueryProcessor;
     this.matchingGeneralJournalizingQueryProcessor = matchingGeneralJournalizingQueryProcessor;
     this.matchedReceiptQueryProcessor                          = matchedReceiptQueryProcessor;
     this.updateMatchingJournalizingQueryProcessor              = updateMatchingJournalizingQueryProcessor;
     this.updateReceiptMatchingJournalizingQueryProcessor       = updateReceiptMatchingJournalizingQueryProcessor;
     this.updateAdvanceReceivedBackupJournaliginzQueryProcessor = updateAdvanceReceivedBackupJournaliginzQueryProcessor;
     this.updateReceiptExcludeJournalizingQueryProcessor        = updateReceiptExcludeJournalizingQueryProcessor;
     this.matchingJournalizingDetailQueryProcessor              = matchingJournalizingDetailQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
예제 #4
0
 public ReceiptApportionProcessor(
     IReceiptApportionByIdQueryProcessor receiptApportionQueryProcessor,
     IUpdateReceiptHeaderQueryProcessor updateReceiptHeaderQueryProcessor,
     IDeleteReceiptQueryProcessor deleteReceiptQueryProcessor,
     IUpdateReceiptApportionQueryProcessor updateReceiptApportionQueryProcessor,
     IAddReceiptExcludeQueryProcessor addReceiptExcludeQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyQueryProcessor,
     IByCompanyGetEntityQueryProcessor <CollationSetting> collationSettingGetByCompanyQueryProcessor,
     ICustomerQueryProcessor customerQueryProcessor,
     ICustomerGroupByIdQueryProcessor customerGroupByIdQueryProcessor,
     ISectionQueryProcessor sectionQueryProcessor,
     IAddKanaHistoryCustomerQueryProcessor addKanaHistoryCustomerQueryProcessor,
     IIgnoreKanaByCodeQueryProcessor ignoreKanaByCodeQueryProcessor,
     IAddIgnoreKanaQueryProcessor addIgnoreKanaQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.receiptApportionQueryProcessor               = receiptApportionQueryProcessor;
     this.updateReceiptHeaderQueryProcessor            = updateReceiptHeaderQueryProcessor;
     this.deleteReceiptQueryProcessor                  = deleteReceiptQueryProcessor;
     this.updateReceiptApportionQueryProcessor         = updateReceiptApportionQueryProcessor;
     this.addReceiptExcludeQueryProcessor              = addReceiptExcludeQueryProcessor;
     this.applicationControlGetByCompanyQueryProcessor = applicationControlGetByCompanyQueryProcessor;
     this.collationSettingGetByCompanyQueryProcessor   = collationSettingGetByCompanyQueryProcessor;
     this.customerQueryProcessor               = customerQueryProcessor;
     this.customerGroupByIdQueryProcessor      = customerGroupByIdQueryProcessor;
     this.sectionQueryProcessor                = sectionQueryProcessor;
     this.addKanaHistoryCustomerQueryProcessor = addKanaHistoryCustomerQueryProcessor;
     this.ignoreKanaByCodeQueryProcessor       = ignoreKanaByCodeQueryProcessor;
     this.addIgnoreKanaQueryProcessor          = addIgnoreKanaQueryProcessor;
     this.transactionScopeBuilder              = transactionScopeBuilder;
 }
예제 #5
0
 public ReminderProcessor(
     IReminderQueryProcessor reminderQueryProcessor,
     IAddReminderQueryProcessor addReminderQueryProcessor,
     IUpdateReminderQueryProcessor updateReminderQueryProcessor,
     IByCompanyGetEntitiesQueryProcessor <ReminderCommonSetting> getReminderCommonSettingQueryProcessor,
     IUpdateBillingReminderQueryProcessor updateBillingReminderQueryProcessor,
     IReminderSummarySettingQueryProcessor reminderSummarySettingQueryProcessor,
     IStatusQueryProcessor statusQueryProcessor,
     IAddReminderHistoryQueryProcessor addReminderHistoryQueryProcessor,
     IReminderOutputedQueryProcessor reminderOutputedQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Reminder> deleteReminderQueryProcessor,
     IDeleteReminderHistoryQueryProcessor deleteReminderHistoryQueryProcessor,
     IDeleteReminderSummaryQueryProcessor deleteReminderSummaryQueryProcessor,
     IReminderOutputedExistsQueryProcessor reminderOutputedExistsQueryProcessor,
     IByCompanyExistQueryProcessor <Reminder> reminderByCompanyExistQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.reminderQueryProcessor                 = reminderQueryProcessor;
     this.addReminderQueryProcessor              = addReminderQueryProcessor;
     this.updateReminderQueryProcessor           = updateReminderQueryProcessor;
     this.getReminderCommonSettingQueryProcessor = getReminderCommonSettingQueryProcessor;
     this.updateBillingReminderQueryProcessor    = updateBillingReminderQueryProcessor;
     this.reminderSummarySettingQueryProcessor   = reminderSummarySettingQueryProcessor;
     this.statusQueryProcessor                 = statusQueryProcessor;
     this.addReminderHistoryQueryProcessor     = addReminderHistoryQueryProcessor;
     this.reminderOutputedQueryProcessor       = reminderOutputedQueryProcessor;
     this.deleteReminderQueryProcessor         = deleteReminderQueryProcessor;
     this.deleteReminderHistoryQueryProcessor  = deleteReminderHistoryQueryProcessor;
     this.deleteReminderSummaryQueryProcessor  = deleteReminderSummaryQueryProcessor;
     this.reminderOutputedExistsQueryProcessor = reminderOutputedExistsQueryProcessor;
     this.reminderByCompanyExistQueryProcessor = reminderByCompanyExistQueryProcessor;
     this.transactionScopeBuilder              = transactionScopeBuilder;
 }
예제 #6
0
 public CustomerProcessor(
     IAddCustomerQueryProcessor addCustomerQueryProcessor,
     IUpdateCustomerQueryProcessor updateCustomerQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Customer> deleteCustomerQueryProcessor,
     ICustomerQueryProcessor customerQueryProcessor,
     ICustomerDiscountQueryProcessor customerDiscountQueryProcessor,
     IMasterGetItemsQueryProcessor <Customer> customerGetItemsQueryProcessor,
     ICustomerMinQueryProcessor customerMinQueryProcessor,
     ICustomerExistsQueryProcessor customerExistsQueryProcessor,
     ICustomerImportQueryProcessor customerImportQueryProcessor,
     IAddCustomerPaymentContractQueryProcessor addCustomerPaymentContractQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.addCustomerQueryProcessor                = addCustomerQueryProcessor;
     this.updateCustomerQueryProcessor             = updateCustomerQueryProcessor;
     this.deleteCustomerQueryProcessor             = deleteCustomerQueryProcessor;
     this.customerQueryProcessor                   = customerQueryProcessor;
     this.customerDiscountQueryProcessor           = customerDiscountQueryProcessor;
     this.customerGetItemsQueryProcessor           = customerGetItemsQueryProcessor;
     this.customerMinQueryProcessor                = customerMinQueryProcessor;
     this.customerExistsQueryProcessor             = customerExistsQueryProcessor;
     this.customerImportQueryProcessor             = customerImportQueryProcessor;
     this.addCustomerPaymentContractQueryProcessor = addCustomerPaymentContractQueryProcessor;
     this.transactionScopeBuilder                  = transactionScopeBuilder;
 }
예제 #7
0
 public MatchingCancellationProcessor(
     IDbSystemDateTimeQueryProcessor dbSystemDatetimeQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyIdQueryProcessor,
     ICancelMatchingQueryProcessor cancelMatchingQueryProcessor,
     IDeleteTransactionDataQueryProcessor <MatchingHeader> deleteMatchingHeaderQueryProcessor,
     IDeleteTransactionQueryProcessor <Billing> deleteBillingByIdQueryProcessor,
     ITransactionalGetByIdsQueryProcessor <Receipt> receiptGetByIdsQueryProcessor,
     IDeleteTransactionQueryProcessor <Receipt> deleteReceiptByIdQueryProcessor,
     IDeleteReceiptQueryProcessor deleteReceiptQueryProcessor,
     IDeleteMatchingBillingDiscountQueryProcessor deleteMatchingBillingDiscountQueryProcessor,
     INettingQueryProcessor nettingQueryProcessor,
     IUpdateNettingQueryProcessor updateNettingQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.dbSystemDatetimeQueryProcessor = dbSystemDatetimeQueryProcessor;
     this.applicationControlGetByCompanyIdQueryProcessor = applicationControlGetByCompanyIdQueryProcessor;
     this.cancelMatchingQueryProcessor                = cancelMatchingQueryProcessor;
     this.deleteMatchingHeaderQueryProcessor          = deleteMatchingHeaderQueryProcessor;
     this.deleteBillingByIdQueryProcessor             = deleteBillingByIdQueryProcessor;
     this.receiptGetByIdsQueryProcessor               = receiptGetByIdsQueryProcessor;
     this.deleteReceiptByIdQueryProcessor             = deleteReceiptByIdQueryProcessor;
     this.deleteReceiptQueryProcessor                 = deleteReceiptQueryProcessor;
     this.deleteMatchingBillingDiscountQueryProcessor = deleteMatchingBillingDiscountQueryProcessor;
     this.nettingQueryProcessor       = nettingQueryProcessor;
     this.updateNettingQueryProcessor = updateNettingQueryProcessor;
     this.transactionScopeBuilder     = transactionScopeBuilder;
 }
예제 #8
0
 public BillingJournalizingProcessor(
     IBillingJournalizingQueryProcessor billingJournalizingQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.billingJournalizingQueryProcessor = billingJournalizingQueryProcessor;
     this.transactionScopeBuilder           = transactionScopeBuilder;
 }
예제 #9
0
 public MatchingHeaderProcessor(
     IUpdateMatchingHeaderQueryProcessor updateMatchingHeaderProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.updateMatchingHeaderProcessor = updateMatchingHeaderProcessor;
     this.transactionScopeBuilder       = transactionScopeBuilder;
 }
예제 #10
0
 public DataMaintenanceProcessor(
     IDataMaintenanceQueryProcessor dataMaintenanceQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.dataMaintenanceQueryProcessor = dataMaintenanceQueryProcessor;
     this.transactionScopeBuilder       = transactionScopeBuilder;
 }
예제 #11
0
        public MatchingOutputedProcessor(
            IAddMatchingOutputedQueryProcessor addMatchingOutputedQueryProcessor,
            ITransactionScopeBuilder transactionScopeBuilder
            )

        {
            this.addMatchingOutputedQueryProcessor = addMatchingOutputedQueryProcessor;
            this.transactionScopeBuilder           = transactionScopeBuilder;
        }
예제 #12
0
 public ImportSettingProcessor(
     IImportSettingQueryProcessor importSettingQueryProcessor,
     IUpdateImportSettingQueryProcessor updateImportSettingQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder)
 {
     this.importSettingQueryProcessor       = importSettingQueryProcessor;
     this.updateImportSettingQueryProcessor = updateImportSettingQueryProcessor;
     this.transactionScopeBuilder           = transactionScopeBuilder;
 }
예제 #13
0
 public FunctionAuthorityProcessor(
     IAddFunctionAuthorityQueryProcessor addFunctionAuthorityQueryProcessor,
     IFunctionAuthorityByLoginUserIdQueryProcessor functionAuthorityQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.addFunctionAuthorityQueryProcessor = addFunctionAuthorityQueryProcessor;
     this.functionAuthorityQueryProcessor    = functionAuthorityQueryProcessor;
     this.transactionScopeBuilder            = transactionScopeBuilder;
 }
예제 #14
0
 public LoginUserLicenseProcessor(
     IByCompanyGetEntitiesQueryProcessor <LoginUserLicense> getLoginUserLicenseQueryProcessor,
     ILoginUserLicenseQueryProcessor loginUserLicenseQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.getLoginUserLicenseQueryProcessor = getLoginUserLicenseQueryProcessor;
     this.loginUserLicenseQueryProcessor    = loginUserLicenseQueryProcessor;
     this.transactionScopeBuilder           = transactionScopeBuilder;
 }
예제 #15
0
 public BillingDueAtModifyProcessor(
     IBillingDueAtModifySearchQueryProcessor billingDueAtModifySearchQueryProcessor,
     IUpdateBillingDueAtModifyQueryProcessor updateBillingDueAtModifyQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.billingDueAtModifySearchQueryProcessor = billingDueAtModifySearchQueryProcessor;
     this.updateBillingDueAtModifyQueryProcessor = updateBillingDueAtModifyQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
예제 #16
0
 public SectionProcessor(
     ISectionQueryProcessor sectionQueryProcessor,
     IAddSectionQueryProcessor addSectionQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Section> deleteSectionQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder)
 {
     this.sectionQueryProcessor       = sectionQueryProcessor;
     this.addSectionQueryProcessor    = addSectionQueryProcessor;
     this.deleteSectionQueryProcessor = deleteSectionQueryProcessor;
     this.transactionScopeBuilder     = transactionScopeBuilder;
 }
예제 #17
0
 public BankBranchProcessor(
     IBankBranchQueryProcessor bankBranchQueryProcessor,
     IAddBankBranchQueryProcessor addBankBranchQueryProcessor,
     IDeleteBankBranchQueryProcessor deleteBankBranchQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.bankBranchQueryProcessor       = bankBranchQueryProcessor;
     this.addBankBranchQueryProcessor    = addBankBranchQueryProcessor;
     this.deleteBankBranchQueryProcessor = deleteBankBranchQueryProcessor;
     this.transactionScopeBuilder        = transactionScopeBuilder;
 }
예제 #18
0
 public ExportFieldSettingProcessor(
     IExportFieldSettingQueryProcessor exportFieldSettingQueryProcessor,
     IAddExportFieldSettingQueryProcessor addExportFieldSettingQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.exportFieldSettingQueryProcessor    = exportFieldSettingQueryProcessor;
     this.addExportFieldSettingQueryProcessor = addExportFieldSettingQueryProcessor;
     this.applicationControlQueryProcessor    = applicationControlQueryProcessor;
     this.transactionScopeBuilder             = transactionScopeBuilder;
 }
예제 #19
0
 public CollationProcessor(
     ICollationQueryProcessor collationQueryProcessor,
     IByCompanyGetEntitiesQueryProcessor <CollationOrder> getCollationOrderQueryProcessor,
     IByCompanyGetEntityQueryProcessor <CollationSetting> getCollationSettingQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.collationQueryProcessor           = collationQueryProcessor;
     this.getCollationOrderQueryProcessor   = getCollationOrderQueryProcessor;
     this.getCollationSettingQueryProcessor = getCollationSettingQueryProcessor;
     this.transactionScopeBuilder           = transactionScopeBuilder;
 }
예제 #20
0
 public NettingProcessor(
     INettingQueryProcessor nettingQueryProcessor,
     IAddNettingQueryProcessor updateNettingQueryProcessor,
     IDeleteTransactionQueryProcessor <Netting> nettingDeleteTrancactionQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.nettingQueryProcessor                  = nettingQueryProcessor;
     this.updateNettingQueryProcessor            = updateNettingQueryProcessor;
     this.nettingDeleteTrancactionQueryProcessor = nettingDeleteTrancactionQueryProcessor;
     this.transactionScopeBuilder                = transactionScopeBuilder;
 }
예제 #21
0
 public KanaHistoryCustomerProcessor(
     IKanaHistoryCustomerQueryProcessor kanaHistoryCustomerQueryProcessor,
     IAddKanaHistoryCustomerQueryProcessor addKanaHistoryCustomerQueryProcessor,
     IDeleteKanaHistoryCustomerQueryProcessor deleteKanaHistoryCustomerQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.kanaHistoryCustomerQueryProcessor       = kanaHistoryCustomerQueryProcessor;
     this.addKanaHistoryCustomerQueryProcessor    = addKanaHistoryCustomerQueryProcessor;
     this.deleteKanaHistoryCustomerQueryProcessor = deleteKanaHistoryCustomerQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
예제 #22
0
 public HolidayCalendarProcessor(
     IHolidayCalendarQueryProcessor holidayCalendarQueryProcessor,
     IAddHolidayCalendarQueryProcessor addHolidayCalendarQueryProcessor,
     IDeleteHolidayCalendarQueryProcessor deleteHolidayCalendarQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.holidayCalendarQueryProcessor       = holidayCalendarQueryProcessor;
     this.addHolidayCalendarQueryProcessor    = addHolidayCalendarQueryProcessor;
     this.deleteHolidayCalendarQueryProcessor = deleteHolidayCalendarQueryProcessor;
     this.transactionScopeBuilder             = transactionScopeBuilder;
 }
예제 #23
0
 public BillingScheduledPaymentProcessor(
     IBillingQueryProcessor billingQueryProcessor,
     IUpdateBillingQueryProcessor updatebillingQueryProcessor,
     IImporterSettingDetailProcessor importerSettingDetailProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.billingQueryProcessor          = billingQueryProcessor;
     this.updatebillingQueryProcessor    = updatebillingQueryProcessor;
     this.importerSettingDetailProcessor = importerSettingDetailProcessor;
     this.transactionScopeBuilder        = transactionScopeBuilder;
 }
예제 #24
0
 public DepartmentProcessor(
     IDepartmentByCodeQueryProcessor departmentNameByCodeQueryProcessor,
     IAddDepartmentQueryProcessor addDepartmentQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Department> deleteDepartmentQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.departmentNameByCodeQueryProcessor = departmentNameByCodeQueryProcessor;
     this.addDepartmentQueryProcessor        = addDepartmentQueryProcessor;
     this.deleteDepartmentQueryProcessor     = deleteDepartmentQueryProcessor;
     this.transactionScopeBuilder            = transactionScopeBuilder;
 }
예제 #25
0
 public CompanyProcessor(
     ICompanyQueryProcessor companyQueryProcessor,
     IAddCompanyQueryProcessor addCompanyQueryProcessor,
     IDeleteCompanyQueryProcessor deleteCompanyQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.companyQueryProcessor       = companyQueryProcessor;
     this.addCompanyQueryProcessor    = addCompanyQueryProcessor;
     this.deleteCompanyQueryProcessor = deleteCompanyQueryProcessor;
     this.transactionScopeBuilder     = transactionScopeBuilder;
 }
예제 #26
0
 public JuridicalPersonalityProcessor(
     IJuridicalPersonalityQueryProcessor queryProcessor,
     IAddJuridicalPersonalityQueryProcessor addQueryProcessor,
     IDeleteJuridicalPersonalityQueryProcessor deleteQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.queryProcessor          = queryProcessor;
     this.addQueryProcessor       = addQueryProcessor;
     this.deleteQueryProcessor    = deleteQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
예제 #27
0
 public GridSettingProcessor(
     IGridSettingQueryProcessor gridSettingQueryProcessor,
     IAddGridSettingQueryProcessor addGridSettingQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlByCompanyIdQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.gridSettingQueryProcessor    = gridSettingQueryProcessor;
     this.addGridSettingQueryProcessor = addGridSettingQueryProcessor;
     this.applicationControlByCompanyIdQueryProcessor = applicationControlByCompanyIdQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
예제 #28
0
 public ReportSettingProcessor(
     IReportSettingQueryProcessor reportSettingQueryProcessor,
     IAddReportSettingQueryProcessor addReportSettingQueryProcessor,
     IDeleteReportSettingQueryProcessor deleteReportSettingQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.reportSettingQueryProcessor       = reportSettingQueryProcessor;
     this.addReportSettingQueryProcessor    = addReportSettingQueryProcessor;
     this.deleteReportSettingQueryProcessor = deleteReportSettingQueryProcessor;
     this.transactionScopeBuilder           = transactionScopeBuilder;
 }
예제 #29
0
 public StaffProcessor(
     IDeleteIdenticalEntityQueryProcessor <Staff> deleteStaffQueryProcessor,
     IStaffQueryProcessor staffQueryProcessor,
     IAddStaffQueryProcessor addstaffQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.deleteStaffQueryProcessor = deleteStaffQueryProcessor;
     this.staffQueryProcessor       = staffQueryProcessor;
     this.addstaffQueryProcessor    = addstaffQueryProcessor;
     this.transactionScopeBuilder   = transactionScopeBuilder;
 }
예제 #30
0
 public MfAggrTagProcessor(
     IAddMfAggrTagQueryProcessor addMfAggrTagQueryProcessor,
     IMfAggrTagQueryProcessor mfAggrTagQueryProcessor,
     IDeleteTransactionQueryProcessor <MfAggrTag> deleteMfAggrTagQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.addMfAggrTagQueryProcessor    = addMfAggrTagQueryProcessor;
     this.mfAggrTagQueryProcessor       = mfAggrTagQueryProcessor;
     this.deleteMfAggrTagQueryProcessor = deleteMfAggrTagQueryProcessor;
     this.transactionScopeBuilder       = transactionScopeBuilder;
 }