Esempio n. 1
0
 public ShopController(IShopOperations shopOperations)
 {
     this.shopOperations = shopOperations;
 }
Esempio n. 2
0
 public HomeController(IShopOperations shopOperations, IHostingEnvironment hostingEnvironment)
 {
     this.shopOperations     = shopOperations;
     this.hostingEnvironment = hostingEnvironment;
 }