class Hiring::CancelInterview
- Hiring::CancelInterview
- Reference
- Object
Overview
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
Defined in:
use_case/hiring/cancel_interview.crConstructors
Instance Method Summary
Constructor Detail
def self.new(interview_repository : InterviewRepository, recruiter_repository : RecruiterRepository, candidate_repository : CandidateRepository, room_repository : RoomRepository)
#