Click or drag to resize
Infosoft Logo

ICampaign_x_CustomerQueryService Interface

A base repository service for manipulating Campaign_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 ICampaign_x_CustomerQueryService

The ICampaign_x_CustomerQueryService type exposes the following members.

Methods
 NameDescription
Public methodGet Gets a list of Campaign_x_Customers matching the specified filter.
Public methodGetAll Gets all Campaign_x_Customers
Public methodGetSingle Gets a single Campaign_x_Customer matching the provided filter.
Top
See Also