public ViewReadModel(Query <ReportModel> query, ICanDisplayReportModels response_engine) { this.query = query; this.response_engine = response_engine; }
public ViewTheDepartmentsInADepartment(ICanFindInformationInTheStoreCatalog store_catalog, ICanDisplayReportModels response_engine) { this.store_catalog = store_catalog; this.response_engine = response_engine; }
public ViewMainDepartmentsInTheStore(ICanDisplayReportModels response_engine, ICanFindInformationInTheStoreCatalog reporting_gateway) { this.response_engine = response_engine; this.reporting_gateway = reporting_gateway; }