Class CancelAppointmentUseCase
Constructors
Methods
execute
- execute(
input: {
appointmentId: string;
cancellationReason: string;
cancelledBy: string;
},
): Promise<AppointmentEntity> Parameters
- input: { appointmentId: string; cancellationReason: string; cancelledBy: string }