IReservation | |
public interface IReservationCodeEntityService : IReservationCodeQueryService, IBusinessService
The IReservationCodeEntityService type exposes the following members.
| Name | Description | |
|---|---|---|
| Create | Creates a new ReservationCode | |
| Delete | Deletes the specified ReservationCode. | |
| Get |
Gets a list of ReservationCodes matching the specified filter.
(Inherited from IReservationCodeQueryService) | |
| GetAll |
Gets all ReservationCodes
(Inherited from IReservationCodeQueryService) | |
| GetSingle |
Gets a single ReservationCode matching the provided filter.
(Inherited from IReservationCodeQueryService) | |
| Update | Updates the specified ReservationCode |