C# Class VirtoCommerce.WebStore.Services.PriceService

Inheritance: IPriceService
显示文件 Open project: VirtoCommerce/vc-orchard-cms

Public Methods

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

Method Details

GetPricesAsync() public method

public GetPricesAsync ( string catalogId, string currency, IEnumerable productIds ) : Task>
catalogId string
currency string
productIds IEnumerable
return Task>

PriceService() public method

public PriceService ( IVirtoCommerceClient apiClient ) : System.Collections.Generic
apiClient IVirtoCommerceClient
return System.Collections.Generic