![]() | |
ICustomer |
public interface ICustomerReservationService : ICustomerReservationQueryService, IBusinessService
The ICustomerReservationService type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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) |