export * from './account.service'; import { AccountService } from './account.service'; export * from './basket.service'; import { BasketService } from './basket.service'; export * from './basketItem.service'; import { BasketItemService } from './basketItem.service'; export * from './checkout.service'; import { CheckoutService } from './checkout.service'; export * from './codeClaim.service'; import { CodeClaimService } from './codeClaim.service'; export * from './event.service'; import { EventService } from './event.service'; export * from './eventAttendee.service'; import { EventAttendeeService } from './eventAttendee.service'; export * from './eventGuest.service'; import { EventGuestService } from './eventGuest.service'; export * from './guestListMember.service'; import { GuestListMemberService } from './guestListMember.service'; export * from './home.service'; import { HomeService } from './home.service'; export * from './image.service'; import { ImageService } from './image.service'; export * from './order.service'; import { OrderService } from './order.service'; export * from './organisationEvent.service'; import { OrganisationEventService } from './organisationEvent.service'; export * from './organisationReservation.service'; import { OrganisationReservationService } from './organisationReservation.service'; export * from './reservation.service'; import { ReservationService } from './reservation.service'; export * from './reservationAttendee.service'; import { ReservationAttendeeService } from './reservationAttendee.service'; export * from './ticket.service'; import { TicketService } from './ticket.service'; export * from './userEvent.service'; import { UserEventService } from './userEvent.service'; export * from './userGuest.service'; import { UserGuestService } from './userGuest.service'; export * from './userGuestList.service'; import { UserGuestListService } from './userGuestList.service'; export * from './userPromo.service'; import { UserPromoService } from './userPromo.service'; export * from './userReservation.service'; import { UserReservationService } from './userReservation.service'; export * from './validate.service'; import { ValidateService } from './validate.service'; export const APIS = [AccountService, BasketService, BasketItemService, CheckoutService, CodeClaimService, EventService, EventAttendeeService, EventGuestService, GuestListMemberService, HomeService, ImageService, OrderService, OrganisationEventService, OrganisationReservationService, ReservationService, ReservationAttendeeService, TicketService, UserEventService, UserGuestService, UserGuestListService, UserPromoService, UserReservationService, ValidateService];