ICustomer |
public interface ICustomerRelationEntityService : ICustomerRelationQueryService, IBusinessService
The ICustomerRelationEntityService type exposes the following members.
Name | Description | |
---|---|---|
Create | Creates a new CustomerRelation | |
Delete | Deletes the specified CustomerRelation. | |
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) | |
Update | Updates the specified CustomerRelation |