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