Click or drag to resize
Infosoft Logo

ICustomerWebInfoEntityService Interface

A base repository service for manipulating CustomerWebInfo 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 ICustomerWebInfoEntityService : ICustomerWebInfoQueryService, 
	IBusinessService

The ICustomerWebInfoEntityService type exposes the following members.

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