public RequisitionSkillsExpertiseEducationMatchingMatricesController(IRequisitionRepository requisitionRepository, ISkillsExpEduCategoryRepository skillsexpeducategoryRepository, ISkillsExpEduRepository skillsexpeduRepository, IRatingScaleRepository ratingscaleRepository, IRequisitionSkillsExpertiseEducationMatchingMatrixRepository requisitionskillsexpertiseeducationmatchingmatrixRepository)
 {
     this.requisitionRepository = requisitionRepository;
     this.skillsexpeducategoryRepository = skillsexpeducategoryRepository;
     this.skillsexpeduRepository = skillsexpeduRepository;
     this.ratingscaleRepository = ratingscaleRepository;
     this.requisitionskillsexpertiseeducationmatchingmatrixRepository = requisitionskillsexpertiseeducationmatchingmatrixRepository;
 }
 public ApplicantSkillsExpertisesController(IApplicantRepository applicantRepository, ISkillsExpEduCategoryRepository skillsexpeducategoryRepository, ISkillsExpEduRepository skillsexpeduRepository, IRatingScaleRepository ratingscaleRepository, IUserRepository userRepository, IApplicantSkillsExpertiseRepository applicantskillsexpertiseRepository)
 {
     this.applicantRepository = applicantRepository;
     this.skillsexpeducategoryRepository = skillsexpeducategoryRepository;
     this.skillsexpeduRepository = skillsexpeduRepository;
     this.ratingscaleRepository = ratingscaleRepository;
     this.userRepository = userRepository;
     this.applicantskillsexpertiseRepository = applicantskillsexpertiseRepository;
 }
 public ApplicantEduCertLicensesController(IApplicantRepository applicantRepository, ISkillsExpEduCategoryRepository skillsexpeducategoryRepository, ISkillsExpEduRepository skillsexpeduRepository, ICountryRepository countryRepository, IStateRepository stateRepository, IUserRepository userRepository, IApplicantEduCertLicenseRepository applicanteducertlicenseRepository)
 {
     this.applicantRepository = applicantRepository;
     this.skillsexpeducategoryRepository = skillsexpeducategoryRepository;
     this.skillsexpeduRepository = skillsexpeduRepository;
     this.countryRepository = countryRepository;
     this.stateRepository = stateRepository;
     this.userRepository = userRepository;
     this.applicanteducertlicenseRepository = applicanteducertlicenseRepository;
 }
Ejemplo n.º 4
0
 public SkillsExpEdusController(ISkillsExpEduCategoryRepository skillsexpeducategoryRepository, ISkillsExpEduRepository skillsexpeduRepository)
 {
     this.skillsexpeducategoryRepository = skillsexpeducategoryRepository;
     this.skillsexpeduRepository = skillsexpeduRepository;
 }
 public InterviewQuestionAnswersController(ISkillsExpEduRepository skillsexpeduRepository, IInterviewQuestionAnswerRepository interviewquestionanswerRepository)
 {
     this.skillsexpeduRepository = skillsexpeduRepository;
     this.interviewquestionanswerRepository = interviewquestionanswerRepository;
 }
Ejemplo n.º 6
0
 public SkillsExpEduSynonymsController(ISkillsExpEduRepository skillsexpeduRepository, ISkillsExpEduSynonymRepository skillsexpedusynonymRepository)
 {
     this.skillsexpeduRepository = skillsexpeduRepository;
     this.skillsexpedusynonymRepository = skillsexpedusynonymRepository;
 }