Click or drag to resize
Infosoft Logo

IMarketingActivity_x_CustomerEntityService Interface

A base repository service for manipulating MarketingActivity_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 IMarketingActivity_x_CustomerEntityService : IMarketingActivity_x_CustomerQueryService, 
	IBusinessService

The IMarketingActivity_x_CustomerEntityService type exposes the following members.

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