Click or drag to resize
Infosoft Logo

ICampaign_x_CustomerEntityService Interface

A base repository service for manipulating Campaign_x_Customer 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 ICampaign_x_CustomerEntityService : ICampaign_x_CustomerQueryService, 
	IBusinessService

The ICampaign_x_CustomerEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new Campaign_x_Customer
Public methodDelete Deletes the specified Campaign_x_Customer.
Public methodGet Gets a list of Campaign_x_Customers matching the specified filter.
(Inherited from ICampaign_x_CustomerQueryService)
Public methodGetAll Gets all Campaign_x_Customers
(Inherited from ICampaign_x_CustomerQueryService)
Public methodGetSingle Gets a single Campaign_x_Customer matching the provided filter.
(Inherited from ICampaign_x_CustomerQueryService)
Public methodUpdate Updates the specified Campaign_x_Customer
Top
See Also