Preparing search index...
The search index is not available
appointments - v1.0.0
appointments
default
Variable default
default
:
{
createAppointmentSystem
:
(
repositoryType
?:
"in-memory"
,
)
=>
{
appointments
:
{
cancel
:
CancelAppointmentUseCase
;
complete
:
CompleteAppointmentUseCase
;
query
:
GetAppointmentsUseCase
;
reschedule
:
RescheduleAppointmentUseCase
;
schedule
:
ScheduleAppointmentUseCase
;
}
;
repositories
:
{
appointments
:
IAppointmentRepository
;
customers
:
ICustomerRepository
;
services
:
IServiceRepository
;
}
;
}
;
RepositoryFactory
:
typeof
RepositoryFactory
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
appointments - v1.0.0
Loading...