public BillingScheduledPaymentReportProcessor(
     ICompanyQueryProcessor companyQueryProcessor,
     IBillingSearchQueryProcessor billingSearchQueryProcessor
     )
 {
     this.companyQueryProcessor       = companyQueryProcessor;
     this.billingSearchQueryProcessor = billingSearchQueryProcessor;
 }
Пример #2
0
 public BillingSearchReportProcessor(
     ICompanyQueryProcessor companyQueryProcessor,
     IByCompanyGetEntityQueryProcessor <ApplicationControl> applicationControlGetByCompanyQueryProcessor,
     IGridSettingQueryProcessor gridSettingQueryProcessor,
     IReportSettingQueryProcessor reportSettingQueryProcessor,
     IBillingSearchQueryProcessor billingSearchQueryProcessor
     )
 {
     this.companyQueryProcessor = companyQueryProcessor;
     this.applicationControlGetByCompanyQueryProcessor = applicationControlGetByCompanyQueryProcessor;
     this.gridSettingQueryProcessor   = gridSettingQueryProcessor;
     this.reportSettingQueryProcessor = reportSettingQueryProcessor;
     this.billingSearchQueryProcessor = billingSearchQueryProcessor;
 }
Пример #3
0
 public BillingSearchProcessor(
     IBillingSearchQueryProcessor billingSearchQueryProcessor
     )
 {
     this.billingSearchQueryProcessor = billingSearchQueryProcessor;
 }