Exemple #1
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;
 }
Exemple #2
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;
 }
Exemple #3
0
 public DestinationProcessor(
     IDestinationQueryProcessor destinationQueryProcessor,
     IAddDestinationQueryProcessor addDestinationQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Destination> deleteDestinationQueryProcessor)
 {
     this.destinationQueryProcessor       = destinationQueryProcessor;
     this.addDestinationQueryProcessor    = addDestinationQueryProcessor;
     this.deleteDestinationQueryProcessor = deleteDestinationQueryProcessor;
 }
Exemple #4
0
 public SectionProcessor(
     ISectionQueryProcessor sectionQueryProcessor,
     IAddSectionQueryProcessor addSectionQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Section> deleteSectionQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder)
 {
     this.sectionQueryProcessor       = sectionQueryProcessor;
     this.addSectionQueryProcessor    = addSectionQueryProcessor;
     this.deleteSectionQueryProcessor = deleteSectionQueryProcessor;
     this.transactionScopeBuilder     = transactionScopeBuilder;
 }
 public PaymentAgencyProcessor(
     IIdenticalEntityGetByIdsQueryProcessor <PaymentAgency> paymentAgencyGetByIdsQueryProcessor,
     IMasterGetByCodesQueryProcessor <PaymentAgency> masterGetByCodesQueryProcessor,
     IAddPaymentAgencyQueryProcessor addPaymentAgencyQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <PaymentAgency> deletePaymentAgencyQueryProcessor
     )
 {
     this.paymentAgencyGetByIdsQueryProcessor = paymentAgencyGetByIdsQueryProcessor;
     this.masterGetByCodesQueryProcessor      = masterGetByCodesQueryProcessor;
     this.addPaymentAgencyQueryProcessor      = addPaymentAgencyQueryProcessor;
     this.deletePaymentAgencyQueryProcessor   = deletePaymentAgencyQueryProcessor;
 }
Exemple #6
0
 public DepartmentProcessor(
     IDepartmentByCodeQueryProcessor departmentNameByCodeQueryProcessor,
     IAddDepartmentQueryProcessor addDepartmentQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Department> deleteDepartmentQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.departmentNameByCodeQueryProcessor = departmentNameByCodeQueryProcessor;
     this.addDepartmentQueryProcessor        = addDepartmentQueryProcessor;
     this.deleteDepartmentQueryProcessor     = deleteDepartmentQueryProcessor;
     this.transactionScopeBuilder            = transactionScopeBuilder;
 }
Exemple #7
0
 public StaffProcessor(
     IDeleteIdenticalEntityQueryProcessor <Staff> deleteStaffQueryProcessor,
     IStaffQueryProcessor staffQueryProcessor,
     IAddStaffQueryProcessor addstaffQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.deleteStaffQueryProcessor = deleteStaffQueryProcessor;
     this.staffQueryProcessor       = staffQueryProcessor;
     this.addstaffQueryProcessor    = addstaffQueryProcessor;
     this.transactionScopeBuilder   = transactionScopeBuilder;
 }
 public EBFileSettingProcessor(
     IEBFileSettingQueryProcessor ebFileSettingQueryProcessor,
     IAddEBFileSettingQueryProcessor addEbFileSettingQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <EBFileSetting> ebFileSettingDeleteQueryProcessor,
     IUpdateEBFileSettingQueryProcessor updateEBFileSettingQueryProcessor
     )
 {
     this.ebFileSettingQueryProcessor       = ebFileSettingQueryProcessor;
     this.addEbFileSettingQueryProcessor    = addEbFileSettingQueryProcessor;
     this.ebFileSettingDeleteQueryProcessor = ebFileSettingDeleteQueryProcessor;
     this.updateEBFileSettingQueryProcessor = updateEBFileSettingQueryProcessor;
 }
 public BankAccountProcessor(
     IBankAccountQueryProcessor bankAccountQueryProcessor,
     IAddBankAccountQueryProcessor addBankAccountQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <BankAccount> identicalEntityGetByIdsQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <BankAccount> deleteIdenticalEntityQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.bankAccountQueryProcessor             = bankAccountQueryProcessor;
     this.addBankAccountQueryProcessor          = addBankAccountQueryProcessor;
     this.identicalEntityGetByIdsQueryProcessor = identicalEntityGetByIdsQueryProcessor;
     this.deleteIdenticalEntityQueryProcessor   = deleteIdenticalEntityQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
Exemple #10
0
 public InvoiceTemplateSettingProcessor(
     IInvoiceTemplateSettingQueryProcessor invoiceTemplateSettingQueryProcessor,
     IByCompanyGetEntitiesQueryProcessor <InvoiceTemplateSetting> getInvoiceTemplateSettingQueryProcessor,
     IMasterGetByCodeQueryProcessor <InvoiceTemplateSetting> getInvoiceTemplateSettingByCodeQueryProcessor,
     IAddInvoiceTemplateSettingQueryProcessor addInvoiceTemplateSettingQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <InvoiceTemplateSetting> deleteInvoiceTemplateSettingQueryProcessor
     )
 {
     this.invoiceTemplateSettingQueryProcessor          = invoiceTemplateSettingQueryProcessor;
     this.getInvoiceTemplateSettingQueryProcessor       = getInvoiceTemplateSettingQueryProcessor;
     this.getInvoiceTemplateSettingByCodeQueryProcessor = getInvoiceTemplateSettingByCodeQueryProcessor;
     this.addInvoiceTemplateSettingQueryProcessor       = addInvoiceTemplateSettingQueryProcessor;
     this.deleteInvoiceTemplateSettingQueryProcessor    = deleteInvoiceTemplateSettingQueryProcessor;
 }
Exemple #11
0
 public ReminderTemplateSettingProcessor(
     IByCompanyGetEntitiesQueryProcessor <ReminderTemplateSetting> getReminderTemplateSettingQueryProcessor,
     IMasterGetByCodeQueryProcessor <ReminderTemplateSetting> getReminderTemplateSettingGetByCodeQueryProcessor,
     IAddReminderTemplateSettingQueryProcessor addReminderTemplateSettingQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <ReminderTemplateSetting> deleteReminderTemplateSettingQueryProcessor,
     IIdenticalEntityExistByIdQueryprocessor <ReminderTemplateSetting> templateExistByIdQueryProcessor
     )
 {
     this.getReminderTemplateSettingQueryProcessor          = getReminderTemplateSettingQueryProcessor;
     this.getReminderTemplateSettingGetByCodeQueryProcessor = getReminderTemplateSettingGetByCodeQueryProcessor;
     this.addReminderTemplateSettingQueryProcessor          = addReminderTemplateSettingQueryProcessor;
     this.deleteReminderTemplateSettingQueryProcessor       = deleteReminderTemplateSettingQueryProcessor;
     this.templateExistByIdQueryProcessor = templateExistByIdQueryProcessor;
 }
 public ImporterSettingProcessor(
     IImporterSettingQueryProcessor importerSettingQueryProcessor,
     IImporterSettingDetailQueryProcessor importerSettingDetailQueryProcessor,
     IAddImporterSettingQueryProcessor addImporterSettingQueryProcessor,
     IAddImporterSettingDetailQueryProcessor addImporterSettingDetailQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <ImporterSetting> deleteImporterSettingByIdQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.importerSettingQueryProcessor           = importerSettingQueryProcessor;
     this.importerSettingDetailQueryProcessor     = importerSettingDetailQueryProcessor;
     this.addImporterSettingQueryProcessor        = addImporterSettingQueryProcessor;
     this.addImporterSettingDetailQueryProcessor  = addImporterSettingDetailQueryProcessor;
     this.deleteImporterSettingByIdQueryProcessor = deleteImporterSettingByIdQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
Exemple #13
0
 public AccountTitleProcessor(
     IDeleteIdenticalEntityQueryProcessor <AccountTitle> deleteIdenticalEntityQueryProcessor,
     IAccountTitleQueryProcessor accountTitleQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <AccountTitle> identicalEntityGetByIdsQueryProcessor,
     IAddAccountTitleQueryProcessor addAccountTitleQueryProcessor,
     IAccountTitleForImportQueryProcessor accountTitleForImportQueryProcessor,
     IMasterGetByCodesQueryProcessor <AccountTitle> masterGetByCodesQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.deleteIdenticalEntityQueryProcessor   = deleteIdenticalEntityQueryProcessor;
     this.accountTitleQueryProcessor            = accountTitleQueryProcessor;
     this.identicalEntityGetByIdsQueryProcessor = identicalEntityGetByIdsQueryProcessor;
     this.addAccountTitleQueryProcessor         = addAccountTitleQueryProcessor;
     this.accountTitleForImportQueryProcessor   = accountTitleForImportQueryProcessor;
     this.masterGetByCodesQueryProcessor        = masterGetByCodesQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
Exemple #14
0
 public CurrencyProcessor(
     ICurrencyQueryProcessor currencyQueryProcessor,
     IAddCurrencyQueryProcessor addCurrencyQueryProcessor,
     IMasterGetItemsQueryProcessor <Currency> masterGetItemsQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Currency> deleteIdenticalEntityQueryProcessor,
     IMasterGetByCodesQueryProcessor <Currency> masterGetByCodesQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <Currency> identicalEntityGetByIdsQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.currencyQueryProcessor                = currencyQueryProcessor;
     this.addCurrencyQueryProcessor             = addCurrencyQueryProcessor;
     this.masterGetItemsQueryProcessor          = masterGetItemsQueryProcessor;
     this.deleteIdenticalEntityQueryProcessor   = deleteIdenticalEntityQueryProcessor;
     this.masterGetByCodesQueryProcessor        = masterGetByCodesQueryProcessor;
     this.identicalEntityGetByIdsQueryProcessor = identicalEntityGetByIdsQueryProcessor;
     this.transactionScopeBuilder               = transactionScopeBuilder;
 }
Exemple #15
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;
 }
Exemple #16
0
 public CategoryProcessor(
     ICategoryByCodeQueryProcessor categoryByCodeQueryProcessor,
     ICategoriesQueryProcessor categoriesQueryProcessor,
     IAddCategoryQueryProcessor addCategoryQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <Category> categoryDeleteIdenticalQueryProcessor,
     IAccountTitleQueryProcessor accountTitleByIdQueryProcessor,
     ITaxClassQueryProcessor taxClassQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <PaymentAgency> identicalGetByIdsQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <Category> categoryIdenticalEntityGetByIdsQueryProcessor,
     IIdenticalEntityGetByIdsQueryProcessor <AccountTitle> accountTitleIdenticalEntityGetByIdsQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.categoryByCodeQueryProcessor          = categoryByCodeQueryProcessor;
     this.categoriesQueryProcessor              = categoriesQueryProcessor;
     this.addCategoryQueryProcessor             = addCategoryQueryProcessor;
     this.categoryDeleteIdenticalQueryProcessor = categoryDeleteIdenticalQueryProcessor;
     this.accountTitleByIdQueryProcessor        = accountTitleByIdQueryProcessor;
     this.taxClassQueryProcessor          = taxClassQueryProcessor;
     this.identicalGetByIdsQueryProcessor = identicalGetByIdsQueryProcessor;
     this.categoryIdenticalEntityGetByIdsQueryProcessor     = categoryIdenticalEntityGetByIdsQueryProcessor;
     this.accountTitleIdenticalEntityGetByIdsQueryProcessor = accountTitleIdenticalEntityGetByIdsQueryProcessor;
     this.transactionScopeBuilder = transactionScopeBuilder;
 }
Exemple #17
0
 public ImportFileLogProcessor(
     IImportFileLogQueryProcessor importFileLogQueryProcessor,
     IAddImportFileLogQueryProcessor addImportFileLogQueryProcessor,
     IAddReceiptHeaderQueryProcessor addReceiptHeaderQueryProcessor,
     IAddReceiptQueryProcessor addReceiptQueryProcessor,
     IAddReceiptExcludeQueryProcessor addReceiptExcludeQueryProcessor,
     IDeleteIdenticalEntityQueryProcessor <ImportFileLog> deleteImportFileLogQueryProcessor,
     IDeleteReceiptHeaderQueryProcessor deleteReceiptHeaderQueryProcessor,
     IDeleteReceiptQueryProcessor deleteReceiptQueryProcessor,
     IDeleteReceiptExcludeQueryProcessor deleteReceiptExcludeQueryProcessor,
     ITransactionScopeBuilder transactionScopeBuilder
     )
 {
     this.importFileLogQueryProcessor        = importFileLogQueryProcessor;
     this.addImportFileLogQueryProcessor     = addImportFileLogQueryProcessor;
     this.addReceiptHeaderQueryProcessor     = addReceiptHeaderQueryProcessor;
     this.addReceiptQueryProcessor           = addReceiptQueryProcessor;
     this.addReceiptExcludeQueryProcessor    = addReceiptExcludeQueryProcessor;
     this.deleteImportFileLogQueryProcessor  = deleteImportFileLogQueryProcessor;
     this.deleteReceiptHeaderQueryProcessor  = deleteReceiptHeaderQueryProcessor;
     this.deleteReceiptQueryProcessor        = deleteReceiptQueryProcessor;
     this.deleteReceiptExcludeQueryProcessor = deleteReceiptExcludeQueryProcessor;
     this.transactionScopeBuilder            = transactionScopeBuilder;
 }