IPrice | |
public interface IPriceService : IPriceQueryService, IBusinessService
The IPriceService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of Prices matching the specified filter.
(Inherited from IPriceQueryService) | |
| GetAll |
Gets all Prices
(Inherited from IPriceQueryService) | |
| GetSingle |
Gets a single Price matching the provided filter.
(Inherited from IPriceQueryService) |