public BillingAgingListReportProcessor(
     ICompanyQueryProcessor companyQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyQueryProcessor,
     IReportSettingQueryProcessor reportSettingQueryProcessor,
     IBillingAgingListProcessor billingAgingListProcessor
     )
 {
     this.companyQueryProcessor = companyQueryProcessor;
     this.applicationControlGetByCompanyQueryProcessor = applicationControlGetByCompanyQueryProcessor;
     this.reportSettingQueryProcessor = reportSettingQueryProcessor;
     this.billingAgingListProcessor   = billingAgingListProcessor;
 }
Example #2
0
 public ReminderSummarySettingProcessor(
     IAddReminderSummarySettingQueryProcessor addReminderSummarySettingQueryProcessor,
     IReminderSummarySettingQueryProcessor reminderSummarySettingQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlByCompanyIdQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.addReminderSummarySettingQueryProcessor     = addReminderSummarySettingQueryProcessor;
     this.reminderSummarySettingQueryProcessor        = reminderSummarySettingQueryProcessor;
     this.applicationControlByCompanyIdQueryProcessor = applicationControlByCompanyIdQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
Example #3
0
 public ReceiptSearchReportProcessor(
     ICompanyQueryProcessor companyQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyQueryProcessor,
     IGridSettingQueryProcessor gridSettingQueryProcessor,
     IReceiptSearchQueryProcessor receiptSearchQueryProcessor
     )
 {
     this.companyQueryProcessor = companyQueryProcessor;
     this.applicationControlGetByCompanyQueryProcessor = applicationControlGetByCompanyQueryProcessor;
     this.gridSettingQueryProcessor   = gridSettingQueryProcessor;
     this.receiptSearchQueryProcessor = receiptSearchQueryProcessor;
 }
Example #4
0
 public BillingImporterReportProcessor(
     ICompanyQueryProcessor companyQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyQueryProcessor,
     IColumnNameSettingQueryProcessor columnNameSettingQueryProcessor,
     IImportDataDetailQueryProcessor importDataDetailQueryProcessor
     )
 {
     this.companyQueryProcessor = companyQueryProcessor;
     this.applicationControlGetByCompanyQueryProcessor = applicationControlGetByCompanyQueryProcessor;
     this.columnNameSettingQueryProcessor = columnNameSettingQueryProcessor;
     this.importDataDetailQueryProcessor  = importDataDetailQueryProcessor;
     serializer = MessagePackSerializer.Get <BillingImport>();
 }
        public BillingScheduledPaymentImportReportProcessor(
            ICompanyQueryProcessor companyQueryProcessor,
            IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyQueryProcessor,
            IColumnNameSettingQueryProcessor columnNameSettingQueryProcessor,
            IImportDataDetailQueryProcessor importDataDetailQueryProcessor
            )
        {
            this.companyQueryProcessor = companyQueryProcessor;
            this.applicationControlGetByCompanyQueryProcessor = applicationControlGetByCompanyQueryProcessor;
            this.columnNameSettingQueryProcessor = columnNameSettingQueryProcessor;
            this.importDataDetailQueryProcessor  = importDataDetailQueryProcessor;

            serializer = MessagePackSerializer.Get <Models.Files.PaymentSchedule>();
        }
Example #6
0
 public MenuAuthorityProcessor(
     IAddMenuAuthorityQueryProcessor addMenuAuthorityQueryProcessor,
     IDeleteByCompanyQueryProcessor <MenuAuthority> deleteMenuAuthorityQueryProcessor,
     IMenuAuthorityQueryProcessor menuAuthorityQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.addMenuAuthorityQueryProcessor    = addMenuAuthorityQueryProcessor;
     this.deleteMenuAuthorityQueryProcessor = deleteMenuAuthorityQueryProcessor;
     this.menuAuthorityQueryProcessor       = menuAuthorityQueryProcessor;
     this.applicationControlQueryProcessor  = applicationControlQueryProcessor;
     this.transactionScopeBuilder           = transactionScopeBuilder;
 }
 public BillingAgingListShpreadsheetProcessor(
     ICompanyQueryProcessor companyQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <Currency> currencyGetByIdsQueryProcessor,
     IReportSettingQueryProcessor reportSettingQueryProcessor,
     IBillingAgingListProcessor billingAgingListProcessor
     )
 {
     this.companyQueryProcessor = companyQueryProcessor;
     this.applicationControlGetByCompanyQueryProcessor = applicationControlGetByCompanyQueryProcessor;
     this.currencyGetByIdsQueryProcessor = currencyGetByIdsQueryProcessor;
     this.reportSettingQueryProcessor    = reportSettingQueryProcessor;
     this.billingAgingListProcessor      = billingAgingListProcessor;
 }
Example #8
0
 public CustomerFeeProcessor(
     ICustomerFeeQueryProcessor customerFeeQueryProcessor,
     IAddCustomerFeeQueryProcessor addCustomerFeeQueryProcessor,
     IDeleteCustomerFeeQueryProcessor deleteCustomerFeeQueryProcessor,
     IMasterGetByCodesQueryProcessor <Currency> currencyGetByCodesQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlByCompanyIdQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.customerFeeQueryProcessor                   = customerFeeQueryProcessor;
     this.addCustomerFeeQueryProcessor                = addCustomerFeeQueryProcessor;
     this.deleteCustomerFeeQueryProcessor             = deleteCustomerFeeQueryProcessor;
     this.currencyGetByCodesQueryProcessor            = currencyGetByCodesQueryProcessor;
     this.applicationControlByCompanyIdQueryProcessor = applicationControlByCompanyIdQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
Example #9
0
 public BillingProcessor(
     IBillingQueryProcessor billingQueryProcessor,
     IBillingJournalizingQueryProcessor billingJournalizingQueryProcessor,
     IBillingExistsQueryProcessor billingExistsQueryProcessor,
     IAddBillingQueryProcessor addBillingQueryProcessor,
     IUpdateBillingQueryProcessor updatebillingQueryProcessor,
     ICurrencyQueryProcessor currencyQueryProcessor,
     ICustomerQueryProcessor customerQueryProcessor,
     IAccountTitleQueryProcessor accountTitlteByIdCodeQueryProcessor,
     IDepartmentByCodeQueryProcessor departmentByCodeQueryProcessor,
     IStaffQueryProcessor staffQueryProcessor,
     ICategoriesQueryProcessor categoryQueryProcessor,
     IImporterSettingDetailQueryProcessor importerSettingDetailQueryProcessor,
     IBillingMemoProcessor billingMemoProcessor,
     ITransactionalGetByIdsQueryProcessor <Billing> billingGetByIdsQueryProcessor,
     IDeleteTransactionQueryProcessor <Billing> deleteBillingQueryProcessor,
     IMasterGetIdByCodeQueryProcessor <Currency> currencyGetIdByCodeQueryProcessor,
     IDeleteBillingDiscountQueryProcessor deleteBillingDiscountQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> getApplicationControlByCompanyQueryProcessor,
     IUpdateBillingDivisionContractQueryProcessor updateBillingDivisionContractQueryProcessor,
     IDeleteBillingDivisionContractQueryProcessor deleteBillingDivisionContractQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.billingQueryProcessor               = billingQueryProcessor;
     this.billingJournalizingQueryProcessor   = billingJournalizingQueryProcessor;
     this.billingExistsQueryProcessor         = billingExistsQueryProcessor;
     this.addBillingQueryProcessor            = addBillingQueryProcessor;
     this.updatebillingQueryProcessor         = updatebillingQueryProcessor;
     this.currencyQueryProcessor              = currencyQueryProcessor;
     this.customerQueryProcessor              = customerQueryProcessor;
     this.accountTitlteByIdCodeQueryProcessor = accountTitlteByIdCodeQueryProcessor;
     this.departmentByCodeQueryProcessor      = departmentByCodeQueryProcessor;
     this.staffQueryProcessor    = staffQueryProcessor;
     this.categoryQueryProcessor = categoryQueryProcessor;
     this.importerSettingDetailQueryProcessor = importerSettingDetailQueryProcessor;
     this.billingMemoProcessor                         = billingMemoProcessor;
     this.billingGetByIdsQueryProcessor                = billingGetByIdsQueryProcessor;
     this.deleteBillingQueryProcessor                  = deleteBillingQueryProcessor;
     this.currencyGetIdByCodeQueryProcessor            = currencyGetIdByCodeQueryProcessor;
     this.deleteBillingDiscountQueryProcessor          = deleteBillingDiscountQueryProcessor;
     this.getApplicationControlByCompanyQueryProcessor = getApplicationControlByCompanyQueryProcessor;
     this.updateBillingDivisionContractQueryProcessor  = updateBillingDivisionContractQueryProcessor;
     this.deleteBillingDivisionContractQueryProcessor  = deleteBillingDivisionContractQueryProcessor;
     this.transactionScopeBuilder                      = transactionScopeBuilder;
 }
Example #10
0
 public MatchingProcessor(
     IMatchingQueryProcessor matchingQueryProcessor,
     ITransactionalGetByIdsQueryProcessor <Matching> byIdsMatchingQueryProcessor,
     ITransactionalGetByIdsQueryProcessor <MatchingHeader> byIdsMatchingHeaderQueryProcessor,
     IWorkSectionTargetQueryProcessor workSectionTargetQueryProcessor,
     IWorkDepartmentTargetQueryProcessor workDepartmentTargetQueryProcessor,
     IByCompanyGetEntityQueryProcessor <CollationSetting> getCollationSettingQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.matchingQueryProcessor             = matchingQueryProcessor;
     this.byIdsMatchingQueryProcessor        = byIdsMatchingQueryProcessor;
     this.byIdsMatchingHeaderQueryProcessor  = byIdsMatchingHeaderQueryProcessor;
     this.workSectionTargetQueryProcessor    = workSectionTargetQueryProcessor;
     this.workDepartmentTargetQueryProcessor = workDepartmentTargetQueryProcessor;
     this.getCollationSettingQueryProcessor  = getCollationSettingQueryProcessor;
     this.transactionScopeBuilder            = transactionScopeBuilder;
 }
Example #11
0
 public LoginUserProcessor(
     ILoginUserQueryProcessor loginUserQueryProcessor,
     IAddLoginUserQueryProcessor addLoginUserQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <LoginUser> deleteIdenticalQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlByCompanyId,
     ILoginUserPasswordProcessor loginUserPasswordProcessor,
     ILoginUserLicenseProcessor loginUserLicenseProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.loginUserQueryProcessor       = loginUserQueryProcessor;
     this.addLoginUserQueryProcessor    = addLoginUserQueryProcessor;
     this.deleteIdenticalQueryProcessor = deleteIdenticalQueryProcessor;
     this.applicationControlByCompanyId = applicationControlByCompanyId;
     this.loginUserPasswordProcessor    = loginUserPasswordProcessor;
     this.loginUserLicenseProcessor     = loginUserLicenseProcessor;
     this.transactionScopeBuilder       = transactionScopeBuilder;
 }
Example #12
0
 public BillingImporterProcessor(
     IBillingImporterCodeToIdSolveProcessor billingImporterCodeToIdSolveProcessor,
     IBillingProcessor billingProcessor,
     IBillingSaveProcessor billingSaveProcessor,
     IImporterSettingDetailQueryProcessor importerSettingDetailQueryProcessor,
     ICategoryByCodeQueryProcessor categoryByCodeQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <Category> categoryIdenticalEntityGetByIdsQueryProcessor,
     ICustomerQueryProcessor customerQueryProcessor,
     IAddCustomerQueryProcessor addCustomerQueryProcessor,
     IUpdateCustomerQueryProcessor updateCustomerQueryProcessor,
     IBillingSearchForImportQueryProcessor billingSearchForImportQueryProcessor,
     IUpdateBillingQueryProcessor updatebillingQueryProcessor,
     IBillingDivisionContractQueryProcessor billingDivisionContractQueryProcessor,
     IUpdateBillingDivisionContractQueryProcessor updateBillingDivisionContractQueryProcessor,
     IByCompanyGetEntityQueryProcessor <BillingDivisionSetting> billingDivisionSettingQueryProcessor,
     IAddBillingDivisionContractQueryProcessor addBillingDivisionContractQueryProcessor,
     ICustomerDiscountQueryProcessor customerDiscountQueryProcessor,
     IAddBillingDiscountQueryProcessor addBillingDiscountQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.billingImporterCodeToIdSolveProcessor = billingImporterCodeToIdSolveProcessor;
     this.billingProcessor     = billingProcessor;
     this.billingSaveProcessor = billingSaveProcessor;
     this.importerSettingDetailQueryProcessor           = importerSettingDetailQueryProcessor;
     this.categoryByCodeQueryProcessor                  = categoryByCodeQueryProcessor;
     this.categoryIdenticalEntityGetByIdsQueryProcessor = categoryIdenticalEntityGetByIdsQueryProcessor;
     this.customerQueryProcessor                      = customerQueryProcessor;
     this.addCustomerQueryProcessor                   = addCustomerQueryProcessor;
     this.updateCustomerQueryProcessor                = updateCustomerQueryProcessor;
     this.billingSearchForImportQueryProcessor        = billingSearchForImportQueryProcessor;
     this.updatebillingQueryProcessor                 = updatebillingQueryProcessor;
     this.billingDivisionContractQueryProcessor       = billingDivisionContractQueryProcessor;
     this.updateBillingDivisionContractQueryProcessor = updateBillingDivisionContractQueryProcessor;
     this.billingDivisionSettingQueryProcessor        = billingDivisionSettingQueryProcessor;
     this.addBillingDivisionContractQueryProcessor    = addBillingDivisionContractQueryProcessor;
     this.customerDiscountQueryProcessor              = customerDiscountQueryProcessor;
     this.addBillingDiscountQueryProcessor            = addBillingDiscountQueryProcessor;
     this.transactionScopeBuilder                     = transactionScopeBuilder;
 }
Example #13
0
        public ReceiptProcessor(

            IReceiptQueryProcessor receiptQueryProcessor,
            IReceiptExistsQueryProcessor receiptExistsQueryProcessor,
            IUpdateReceiptQueryProcessor updateReceiptQueryProcessor,
            IDeleteTransactionQueryProcessor <Receipt> deleteReceiptByIdQueryProcessor,
            IAddReceiptQueryProcessor addReceiptQueryProcessor,
            IDeleteReceiptExcludeQueryProcessor deleteReceiptExcludeQueryProcessor,
            ITransactionalGetByIdsQueryProcessor <Receipt> receiptGetByIdsQueryProcessor,
            IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlProcessor,
            IAdvanceReceivedBackupQueryProcessor advanceReceivedBackupQueryProcessor,
            IReceiptMemoQueryProcessor receiptMemoQueryProcessor,
            IAddReceiptMemoQueryProcessor addReceiptMemoQueryProcessor,
            IDeleteReceiptMemoQueryProcessor deleteReceiptMemoQueryProcessor,
            ICategoryByCodeQueryProcessor categoryByCodeQueryProcessor,
            IKanaHistoryCustomerQueryProcessor kanaHistoryCustomerQueryProcessor,
            IAddKanaHistoryCustomerQueryProcessor addKanaHistoryCustomerQueryProcessor,
            IMatchingQueryProcessor matchingQueryProcessor,
            ITransactionScopeBuilder transactionScopeBuilder
            )
        {
            this.receiptQueryProcessor                = receiptQueryProcessor;
            this.receiptExistsQueryProcessor          = receiptExistsQueryProcessor;
            this.updateReceiptQueryProcessor          = updateReceiptQueryProcessor;
            this.deleteReceiptByIdQueryProcessor      = deleteReceiptByIdQueryProcessor;
            this.addReceiptQueryProcessor             = addReceiptQueryProcessor;
            this.deleteReceiptExcludeQueryProcessor   = deleteReceiptExcludeQueryProcessor;
            this.receiptGetByIdsQueryProcessor        = receiptGetByIdsQueryProcessor;
            this.applicationControlProcessor          = applicationControlProcessor;
            this.advanceReceivedBackupQueryProcessor  = advanceReceivedBackupQueryProcessor;
            this.receiptMemoQueryProcessor            = receiptMemoQueryProcessor;
            this.addReceiptMemoQueryProcessor         = addReceiptMemoQueryProcessor;
            this.deleteReceiptMemoQueryProcessor      = deleteReceiptMemoQueryProcessor;
            this.categoryByCodeQueryProcessor         = categoryByCodeQueryProcessor;
            this.kanaHistoryCustomerQueryProcessor    = kanaHistoryCustomerQueryProcessor;
            this.addKanaHistoryCustomerQueryProcessor = addKanaHistoryCustomerQueryProcessor;
            this.matchingQueryProcessor               = matchingQueryProcessor;
            this.transactionScopeBuilder              = transactionScopeBuilder;
        }
 public MatchingIndividualProcessor(
     IMatchingSaveProcessor matchingSaveProcessor,
     IMatchingSolveProcessor matchingSolveProcessor,
     IMatchingQueryProcessor matchingQueryProcessor,
     INettingQueryProcessor nettingQueryProcessor,
     IUpdateNettingQueryProcessor updateNettingQueryProcessor,
     IAddReceiptMemoQueryProcessor addReceiptMemoQueryProcessor,
     IUpdateKanaHistoryCustomerQueryProcessor updateKanaHistoryCustomerQueryProcessor,
     IUpdateKanaHistoryPaymentAgencyQueryProcessor updateKanaHistoryPaymentAgencyQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <Customer> customerGetByIdsQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <PaymentAgency> paymentAgencyGetByIdsQueryProcessor,
     IAddCustomerFeeQueryProcessor addCustomerFeeQueryProcessor,
     IAddPaymentAgencyFeeQueryProcessor addPaymentAgencyFeeQueryProcessor,
     IUpdateCustomerQueryProcessor updateCustomerQueryProcessor,
     IAddCustomerGroupQueryProcessor addCustomerGroupQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlQueryProcessor,
     IDbSystemDateTimeQueryProcessor dbSystemDateTimeQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.matchingSaveProcessor                        = matchingSaveProcessor;
     this.matchingSolveProcessor                       = matchingSolveProcessor;
     this.matchingQueryProcessor                       = matchingQueryProcessor;
     this.nettingQueryProcessor                        = nettingQueryProcessor;
     this.updateNettingQueryProcessor                  = updateNettingQueryProcessor;
     this.addReceiptMemoQueryProcessor                 = addReceiptMemoQueryProcessor;
     this.updateKanaHistoryCustomerQueryProcessor      = updateKanaHistoryCustomerQueryProcessor;
     this.updateKanaHistoryPaymentAgencyQueryProcessor = updateKanaHistoryPaymentAgencyQueryProcessor;
     this.customerGetByIdsQueryProcessor               = customerGetByIdsQueryProcessor;
     this.paymentAgencyGetByIdsQueryProcessor          = paymentAgencyGetByIdsQueryProcessor;
     this.addCustomerFeeQueryProcessor                 = addCustomerFeeQueryProcessor;
     this.addPaymentAgencyFeeQueryProcessor            = addPaymentAgencyFeeQueryProcessor;
     this.updateCustomerQueryProcessor                 = updateCustomerQueryProcessor;
     this.addCustomerGroupQueryProcessor               = addCustomerGroupQueryProcessor;
     this.applicationControlQueryProcessor             = applicationControlQueryProcessor;
     this.dbSystemDateTimeQueryProcessor               = dbSystemDateTimeQueryProcessor;
     this.transactionScopeBuilder                      = transactionScopeBuilder;
 }
Example #15
0
 public BillingSaveProcessor(
     IBillingProcessor billingProcessor,
     IBillingQueryProcessor billingQueryProcessor,
     IAddBillingQueryProcessor addBillingQueryProcessor,
     IUpdateBillingQueryProcessor updatebillingQueryProcessor,
     ITransactionalGetByIdsQueryProcessor <Billing> billingGetByIdsQueryProcessor,
     IAddBillingInputQueryProcessor addBillingInputQueryProcessor,
     IBillingMemoProcessor billingMemoProcessor,
     ICustomerDiscountQueryProcessor customerDiscountQueryProcessor,
     IDeleteBillingDiscountQueryProcessor deleteBillingDiscountQueryProcessor,
     IAddBillingDiscountQueryProcessor addBillingDiscountQueryProcessor,
     IByCompanyGetEntityQueryProcessor <BillingDivisionSetting> billingDivisionSettingQueryProcessor,
     IBillingDivisionContractQueryProcessor billingDivisionContractQueryProcessor,
     IAddBillingDivisionContractQueryProcessor addBillingDivisionContractQueryProcessor,
     IUpdateBillingDivisionContractQueryProcessor updateBillingDivisionContractQueryProcessor,
     IDeleteBillingDivisionContractQueryProcessor deleteBillingDivisionContractQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.billingProcessor                            = billingProcessor;
     this.billingQueryProcessor                       = billingQueryProcessor;
     this.addBillingQueryProcessor                    = addBillingQueryProcessor;
     this.updatebillingQueryProcessor                 = updatebillingQueryProcessor;
     this.billingGetByIdsQueryProcessor               = billingGetByIdsQueryProcessor;
     this.addBillingInputQueryProcessor               = addBillingInputQueryProcessor;
     this.billingMemoProcessor                        = billingMemoProcessor;
     this.customerDiscountQueryProcessor              = customerDiscountQueryProcessor;
     this.deleteBillingDiscountQueryProcessor         = deleteBillingDiscountQueryProcessor;
     this.addBillingDiscountQueryProcessor            = addBillingDiscountQueryProcessor;
     this.billingDivisionSettingQueryProcessor        = billingDivisionSettingQueryProcessor;
     this.billingDivisionContractQueryProcessor       = billingDivisionContractQueryProcessor;
     this.addBillingDivisionContractQueryProcessor    = addBillingDivisionContractQueryProcessor;
     this.updateBillingDivisionContractQueryProcessor = updateBillingDivisionContractQueryProcessor;
     this.deleteBillingDivisionContractQueryProcessor = deleteBillingDivisionContractQueryProcessor;
     this.applicationControlQueryProcessor            = applicationControlQueryProcessor;
     this.transactionScopeBuilder                     = transactionScopeBuilder;
 }
        public CollationSettingProcessor(
            ICollationSettingByCompanyIdQueryProcessor collactionSettingQueryProcessor,
            IAddCollationSettingQueryProcessor addCollationSettingQueryProcessor,
            IByCompanyGetEntityQueryProcessor <CollationSetting> collationSettingGetByCompanyQueryProcessor,
            IByCompanyGetEntitiesQueryProcessor <CollationOrder> collationOrdersGetByCompanyQueryProcessor,
            IDeleteByCompanyQueryProcessor <CollationSetting> deleteCollationSettingByCompanyQueryProcessor,
            IDeleteByCompanyQueryProcessor <CollationOrder> deleteCollationOrderByCompanyQueryProcessor,
            IDeleteByCompanyQueryProcessor <MatchingOrder> deleteMatchingOrderByCompanyQueryProcessor,
            ITransactionScopeBuilder transactionScopeBuilder
            )
        {
            this.collactionSettingQueryProcessor   = collactionSettingQueryProcessor;
            this.addCollationSettingQueryProcessor = addCollationSettingQueryProcessor;

            this.collationSettingGetByCompanyQueryProcessor = collationSettingGetByCompanyQueryProcessor;
            this.collationOrdersGetByCompanyQueryProcessor  = collationOrdersGetByCompanyQueryProcessor;

            this.deleteCollationSettingByCompanyQueryProcessor = deleteCollationSettingByCompanyQueryProcessor;
            this.deleteCollationOrderByCompanyQueryProcessor   = deleteCollationOrderByCompanyQueryProcessor;
            this.deleteMatchingOrderByCompanyQueryProcessor    = deleteMatchingOrderByCompanyQueryProcessor;

            this.transactionScopeBuilder = transactionScopeBuilder;
        }
Example #17
0
 public MatchingSaveProcessor(
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlQueryProcessor,
     IMatchingQueryProcessor matchingQueryProcessor,
     IAddMatchingQueryProcessor addMatchingQueryProcessor,
     IAddReceiptQueryProcessor addReceiptQueryProcessor,
     IUpdateReceiptQueryProcessor updateReceiptQueryProcessor,
     IAddMatchingBillingDiscountQueryProcessor addMatchingBillingDiscountQueryProcessor,
     ITransactionalGetByIdQueryProcessor <Billing> billingGetByIdQueryProcessor,
     ITransactionalGetByIdQueryProcessor <Receipt> receiptGetByIdQueryProcessor,
     IAddBillingScheduledIncomeQueryProcessor addBillingScheduledIncomeQueryProcessor,
     IUpdateBillingDiscountQueryProcessor updateBillingDiscountQueryProcessor
     )
 {
     this.applicationControlQueryProcessor         = applicationControlQueryProcessor;
     this.matchingQueryProcessor                   = matchingQueryProcessor;
     this.addMatchingQueryProcessor                = addMatchingQueryProcessor;
     this.addReceiptQueryProcessor                 = addReceiptQueryProcessor;
     this.updateReceiptQueryProcessor              = updateReceiptQueryProcessor;
     this.addMatchingBillingDiscountQueryProcessor = addMatchingBillingDiscountQueryProcessor;
     this.billingGetByIdQueryProcessor             = billingGetByIdQueryProcessor;
     this.receiptGetByIdQueryProcessor             = receiptGetByIdQueryProcessor;
     this.addBillingScheduledIncomeQueryProcessor  = addBillingScheduledIncomeQueryProcessor;
     this.updateBillingDiscountQueryProcessor      = updateBillingDiscountQueryProcessor;
 }
 public BillingDivisionSettingProcessor(
     IByCompanyGetEntityQueryProcessor <BillingDivisionSetting> billingDivisionSettingQueryProcessor
     )
 {
     this.billingDivisionSettingQueryProcessor = billingDivisionSettingQueryProcessor;
 }
Example #19
0
 public MatchingSolveProcessor(
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlQueryProcessor
     )
 {
     this.applicationControlQueryProcessor = applicationControlQueryProcessor;
 }