class Hiring::ScheduleInterview
- Hiring::ScheduleInterview
- Reference
- Object
Overview
Given A Java candidate available tomorow And Some recruiters with availabilities and skills base And We are 01-06-2020 And A bunch of rooms with availabilities When The HR schedules an interview with the candidate for tomorow Then An interview is scheduled for the candidate with a recruiter tomorrow
Defined in:
use_case/hiring/schedule_interview.crConstructors
Instance Method Summary
Constructor Detail
def self.new(interview_repository : InterviewRepository, candidate_repository : CandidateRepository, recruiter_repository : RecruiterRepository, room_repository : RoomRepository)
#