public InterviewController(IServiceJobInterview serviceInterview, IServiceTrainee serviceStudent, IServiceFirm serviceCompany, IServiceBranch serviceBranch, IServiceEducation serviceEducation, IServiceEmploymentStatus serviceEmploymentStatus, IServiceTraineeEmploymentStatus serviceStudentWorkStateDetail, IServiceTraineeStatus serviceInterviewState, IServiceEmployee serviceTeacher) { _serviceInterview = serviceInterview; _serviceStudent = serviceStudent; _serviceCompany = serviceCompany; _serviceBranch = serviceBranch; _serviceEducation = serviceEducation; _serviceInterviewState = serviceInterviewState; _serviceStudentWorkStateDetail = serviceStudentWorkStateDetail; _serviceEmploymentStatus = serviceEmploymentStatus; _serviceTeacher = serviceTeacher; }