IProduct |
public interface IProductReportService : IProductReportQueryService, IBusinessService
The IProductReportService type exposes the following members.
Name | Description | |
---|---|---|
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) |