IProduct | |
public interface IProductEntityService : IProductQueryService, IBusinessService
The IProductEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new Product | |
| Delete | Deletes the specified Product. | |
| 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) | |
| Update | Updates the specified Product |