Ejemplo n.º 1
0
 public HomeController(ICatalogSvc svc)
 {
     _svc = svc;
 }
Ejemplo n.º 2
0
 public CatalogController(ICatalogSvc catalogService)
 {
     this.catalogService = catalogService;
 }
 public ProductInfoRequestConsumer(ICatalogSvc svc)
 {
     _svc = svc;
 }
Ejemplo n.º 4
0
 public CatalogController(ICatalogSvc svc)
 {
     this.svc = svc;
 }