Hiring::CancelInterview
Inherits Reference < Object
Given A pending | created interview assigned to a room tomorrow at 2:00pm between a recruiter and a candidate When The HR | Recruiter cancels the interview Then The interview is canceled The room is free tomorrow at 2:00pm The recruiter is free tomorrow at 2:00pm
Constructors
new(interview_repository : InterviewRepository, recruiter_repository : RecruiterRepository, candidate_repository : CandidateRepository, room_repository : RoomRepository)
Instance methods
call(request) : DTO::Interview