コード例 #1
0
 public ShopService(IShopRepo repo)
 {
     _repo = repo;
 }
コード例 #2
0
 public ShopController(IShopRepo repo)
 {
     this.repo = repo;
 }