public LaptopsController(IAllLaptops iAllLaptops, ILaptopsCategory iLaptopsCategory) { allLaptops = iAllLaptops; laptopsCategory = iLaptopsCategory; }
public ShopCartController(IAllLaptops laptopRep, ShopCart shopCart) { _laptopRep = laptopRep; _shopCart = shopCart; }
public HomeController(IAllLaptops laptopRep) { _laptopRep = laptopRep; }
public ShopCartController(IAllLaptops lapRep, ShopCart shopCart) { this.lapRep = lapRep; this.shopCart = shopCart; }
public LaptopsController(IAllLaptops iAllLaptops, ILaptopsCategory iLaptopsCat) { allLaptops = iAllLaptops; allCategories = iLaptopsCat; }
public HomeController(IAllLaptops lapRep) { this.lapRep = lapRep; }