IProduct | |
public interface IProductSaleParameterEntityService : IProductSaleParameterQueryService, IBusinessService
The IProductSaleParameterEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new ProductSaleParameter | |
| Delete | Deletes the specified ProductSaleParameter. | |
| Get |
Gets a list of ProductSaleParameters matching the specified filter.
(Inherited from IProductSaleParameterQueryService) | |
| GetAll |
Gets all ProductSaleParameters
(Inherited from IProductSaleParameterQueryService) | |
| GetSingle |
Gets a single ProductSaleParameter matching the provided filter.
(Inherited from IProductSaleParameterQueryService) | |
| Update | Updates the specified ProductSaleParameter |