C# Class VirtoCommerce.WebStore.Services.PriceService

Inheritance: IPriceService
Afficher le fichier Open project: VirtoCommerce/vc-orchard-cms

Méthodes publiques

Méthode Description
GetPricesAsync ( string catalogId, string currency, IEnumerable productIds ) : Task>
PriceService ( IVirtoCommerceClient apiClient ) : System.Collections.Generic

Method Details

GetPricesAsync() public méthode

public GetPricesAsync ( string catalogId, string currency, IEnumerable productIds ) : Task>
catalogId string
currency string
productIds IEnumerable
Résultat Task>

PriceService() public méthode

public PriceService ( IVirtoCommerceClient apiClient ) : System.Collections.Generic
apiClient IVirtoCommerceClient
Résultat System.Collections.Generic