ICustomer | |
public interface ICustomerRelationService : ICustomerRelationQueryService, IBusinessService
The ICustomerRelationService type exposes the following members.
| Name | Description | |
|---|---|---|
| Get |
Gets a list of CustomerRelations matching the specified filter.
(Inherited from ICustomerRelationQueryService) | |
| GetAll |
Gets all CustomerRelations
(Inherited from ICustomerRelationQueryService) | |
| GetSingle |
Gets a single CustomerRelation matching the provided filter.
(Inherited from ICustomerRelationQueryService) |