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