Hiring::ScheduleInterview
Inherits Reference < Object
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
Constructors
new(interview_repository : InterviewRepository, candidate_repository : CandidateRepository, recruiter_repository : RecruiterRepository, room_repository : RoomRepository)
Instance methods
call(request) : DTO::Interview