Class ScheduleAppointmentUseCase

Constructors

Methods

Constructors

Methods

  • Parameters

    • input: {
          barberId: string;
          customerId: string;
          notes?: string;
          serviceId: string;
          startTime: Date;
      }

    Returns Promise<AppointmentEntity>