IProduct | |
public interface IProductCombinationService : IProductCombinationQueryService, IBusinessService
The IProductCombinationService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of ProductCombinations matching the specified filter.
(Inherited from IProductCombinationQueryService) | |
| GetAll |
Gets all ProductCombinations
(Inherited from IProductCombinationQueryService) | |
| GetSingle |
Gets a single ProductCombination matching the provided filter.
(Inherited from IProductCombinationQueryService) |