Click or drag to resize
Infosoft Logo

IEditionEntityService Interface

A base repository service for manipulating Edition 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 IEditionEntityService : IEditionQueryService, 
	IBusinessService

The IEditionEntityService type exposes the following members.

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