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;
 }
Exemplo n.º 2
0
 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;
 }
Exemplo n.º 3
0
 public ExportController(IServiceTrainee serviceStudent, IServiceJobInterview serviceInterview)
 {
     _serviceInterview = serviceInterview;
     _serviceStudent   = serviceStudent;
 }
Exemplo n.º 4
0
 public ExportController(IServiceTrainee serviceStudent, IServiceJobInterview serviceInterview)
 {
     _serviceInterview = serviceInterview;
     _serviceStudent = serviceStudent;
 }