public MotosController(IAllMotos iallMotos, IMotosCategory iMotoCat) { _allMotos = iallMotos; _allCategory = iMotoCat; }
public ShopCartController(IAllMotos motoRep, ShopCart shopCart) { _motoRep = motoRep; _shopCart = shopCart; }