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