Click or drag to resize
Infosoft Logo

ICustomerCommunicationEntityService Interface

A base repository service for manipulating CustomerCommunication entities in the database.

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

The ICustomerCommunicationEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new CustomerCommunication
Public methodDelete Deletes the specified CustomerCommunication.
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)
Public methodUpdate Updates the specified CustomerCommunication
Top
See Also