public ShopController(IShopOperations shopOperations) { this.shopOperations = shopOperations; }
public HomeController(IShopOperations shopOperations, IHostingEnvironment hostingEnvironment) { this.shopOperations = shopOperations; this.hostingEnvironment = hostingEnvironment; }