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