コード例 #1
0
 public SushiBoxNavigationMenuViewComponent(ISushiBoxRepository repository)
 {
     this.repository = repository;
 }
コード例 #2
0
 public SushiBoxController(ISushiBoxRepository repository, CartSushiBox cart)
 {
     this.repository = repository;
     this.cart       = cart;
 }