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