Click or drag to resize
Infosoft Logo

IMarketingChannelEntityService Interface

A base repository service for manipulating MarketingChannel 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 IMarketingChannelEntityService : IMarketingChannelQueryService, 
	IBusinessService

The IMarketingChannelEntityService type exposes the following members.

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