Ejemplo n.º 1
0
 public KfcController(IKfcRepository repository, CartKfc cart)
 {
     this.repository = repository;
     this.cart       = cart;
 }
 public KfcNavigationMenuViewComponent(IKfcRepository repository)
 {
     this.repository = repository;
 }