Click or drag to resize
Infosoft Logo

ICustomerTypeEntityService Interface

A base repository service for manipulating CustomerType 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 ICustomerTypeEntityService : ICustomerTypeQueryService, 
	IBusinessService

The ICustomerTypeEntityService type exposes the following members.

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