Click or drag to resize
Infosoft Logo

IMarketingActivity_x_ResponseService Interface

Service for manipulating MarketingActivity_x_Response 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_ResponseService : IMarketingActivity_x_ResponseQueryService, 
	IBusinessService

The IMarketingActivity_x_ResponseService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of MarketingActivity_x_Responses matching the specified filter.
(Inherited from IMarketingActivity_x_ResponseQueryService)
Public methodGetAll Gets all MarketingActivity_x_Responses
(Inherited from IMarketingActivity_x_ResponseQueryService)
Public methodGetSingle Gets a single MarketingActivity_x_Response matching the provided filter.
(Inherited from IMarketingActivity_x_ResponseQueryService)
Top
See Also