Skip to main content

ReservationService

@adamondo/backend


@adamondo/backend / application/services/ReservationService

application/services/ReservationService

Classes

ReservationService

Defined in: src/application/services/ReservationService.ts:10

Constructors

Constructor

new ReservationService(uow): ReservationService

Defined in: src/application/services/ReservationService.ts:11

Parameters
uow

UnitOfWork

Returns

ReservationService

Methods

getReservationDashboardStats()

getReservationDashboardStats(): Promise<{ totalCount: number; todayCount: number; monthCount: number; }>

Defined in: src/application/services/ReservationService.ts:13

Returns

Promise<{ totalCount: number; todayCount: number; monthCount: number; }>