Exemple #1
0
 public ShopifyAuthenticationController(IShopifyAuthenticationService shopifyAuthenticationService)
 {
     _shopifyAuthenticationService = shopifyAuthenticationService;
 }
 public ShopifyRepository(
     IShopifyAuthenticationService shopifyAuthenticationService)
 {
     _shopifyAuthenticationService = shopifyAuthenticationService;
 }