Click or drag to resize
Infosoft Logo

IMarketingActivity_x_ResponseEntityService Interface

A base repository service for manipulating MarketingActivity_x_Response 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_ResponseEntityService : IMarketingActivity_x_ResponseQueryService, 
	IBusinessService

The IMarketingActivity_x_ResponseEntityService type exposes the following members.

Methods
 NameDescription
Public methodCreate Creates a new MarketingActivity_x_Response
Public methodDelete Deletes the specified MarketingActivity_x_Response.
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)
Public methodUpdate Updates the specified MarketingActivity_x_Response
Top
See Also