Beispiel #1
0
 public ViewTheDepartmentsInADepartment(ICanFindInformationInTheStoreCatalog store_catalog, ICanDisplayReportModels response_engine)
 {
     this.store_catalog   = store_catalog;
     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;
 }
 public ViewMainDepartmentsInTheStore(ICanDisplayReportModels response_engine,
                                      ICanFindInformationInTheStoreCatalog reporting_gateway)
 {
     this.response_engine = response_engine;
     this.reporting_gateway = reporting_gateway;
 }
 public StoreCatalogController(ICanFindInformationInTheStoreCatalog catalog)
 {
     this.catalog = catalog;
 }
 public StoreCatalogController(ICanFindInformationInTheStoreCatalog catalog)
 {
     this.catalog = catalog;
 }