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