Click or drag to resize
Infosoft Logo

IReservationCodeEntityService Interface

A base repository service for manipulating ReservationCode 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 IReservationCodeEntityService : IReservationCodeQueryService, 
	IBusinessService

The IReservationCodeEntityService type exposes the following members.

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