Esempio n. 1
0
 public ShopService(IShopRepo repo)
 {
     _repo = repo;
 }
Esempio n. 2
0
 public ShopController(IShopRepo repo)
 {
     this.repo = repo;
 }