Click or drag to resize
Infosoft Logo

IAddOnPriceEntityService Interface

A base repository service for manipulating AddOnPrice 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 IAddOnPriceEntityService : IAddOnPriceQueryService, 
	IBusinessService

The IAddOnPriceEntityService type exposes the following members.

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