Click or drag to resize
Infosoft Logo

IPriceEntityService Interface

A base repository service for manipulating Price 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 IPriceEntityService : IPriceQueryService, 
	IBusinessService

The IPriceEntityService type exposes the following members.

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