Click or drag to resize
Infosoft Logo

IAddOnPriceService Interface

Service for manipulating AddOnPrice entities in the database.

Namespace: Infosoft.Common.Contracts.ServiceContracts
Assembly: Infosoft.Common.Contracts (in Infosoft.Common.Contracts.dll) Version: 4.00.0.0
Syntax
public interface IAddOnPriceService : IAddOnPriceQueryService, 
	IBusinessService

The IAddOnPriceService type exposes the following members.

Methods
 NameDescription
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)
Top
See Also