public HomeController(ICatalogSvc svc) { _svc = svc; }
public CatalogController(ICatalogSvc catalogService) { this.catalogService = catalogService; }
public ProductInfoRequestConsumer(ICatalogSvc svc) { _svc = svc; }
public CatalogController(ICatalogSvc svc) { this.svc = svc; }