コード例 #1
0
 public FreelancerResumeController(IFreelancerCareerObjectiveService iFreelancerCareerObjectiveService,
                                   IFreelancerDocService iFreelancerDocService,
                                   IFreelancerEducationInfoService iFreelancerEducationInfoService,
                                   IFreelancerExperienceInfoService iFreelancerExperienceInfoService,
                                   IFreelancerPersonalInfoService iFreelancerPersonalInfoService,
                                   IFreelancerSkillInfoService iFreelancerSkillInfoService
                                   )
 {
     _iFreelancerCareerObjectiveService = iFreelancerCareerObjectiveService;
     _iFreelancerDocService             = iFreelancerDocService;
     _iFreelancerEducationInfoService   = iFreelancerEducationInfoService;
     _iFreelancerExperienceInfoService  = iFreelancerExperienceInfoService;
     _iFreelancerPersonalInfoService    = iFreelancerPersonalInfoService;
     _iFreelancerSkillInfoService       = iFreelancerSkillInfoService;
 }
 public FreelancerSkillInfoController(IFreelancerSkillInfoService iFreelancerSkillInfoService, ISkillService iSkillService)
 {
     _iFreelancerSkillInfoService = iFreelancerSkillInfoService;
     _iSkillService = iSkillService;
 }