ICustomer | |
public interface ICustomerCommunicationService : ICustomerCommunicationQueryService, IBusinessService
The ICustomerCommunicationService type exposes the following members.
| Name | Description | |
|---|---|---|
| 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) |