Click or drag to resize
Infosoft Logo

ICustomerCommunicationService Interface

Service for manipulating CustomerCommunication entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface ICustomerCommunicationService : ICustomerCommunicationQueryService, 
	IBusinessService

The ICustomerCommunicationService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of CustomerCommunications matching the specified filter.
(Inherited from ICustomerCommunicationQueryService)
Public methodGetAll Gets all CustomerCommunications
(Inherited from ICustomerCommunicationQueryService)
Public methodGetSingle Gets a single CustomerCommunication matching the provided filter.
(Inherited from ICustomerCommunicationQueryService)
Top
See Also