Click or drag to resize
Infosoft Logo

IMarketingActivity_x_CustomerService Interface

Service for manipulating MarketingActivity_x_Customer 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 IMarketingActivity_x_CustomerService : IMarketingActivity_x_CustomerQueryService, 
	IBusinessService

The IMarketingActivity_x_CustomerService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also