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