C# 클래스 VirtoCommerce.WebStore.Services.PriceService

상속: IPriceService
파일 보기 프로젝트 열기: VirtoCommerce/vc-orchard-cms

공개 메소드들

메소드 설명
GetPricesAsync ( string catalogId, string currency, IEnumerable productIds ) : Task>
PriceService ( IVirtoCommerceClient apiClient ) : System.Collections.Generic

메소드 상세

GetPricesAsync() 공개 메소드

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

PriceService() 공개 메소드

public PriceService ( IVirtoCommerceClient apiClient ) : System.Collections.Generic
apiClient IVirtoCommerceClient
리턴 System.Collections.Generic