Click or drag to resize
Infosoft Logo

ICustomerOrderEntityService Interface

A base repository service for manipulating CustomerOrder 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 ICustomerOrderEntityService : ICustomerOrderQueryService, 
	IBusinessService

The ICustomerOrderEntityService type exposes the following members.

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