public RecruitmentSkillDetailController(
     IRecruitmentSkillDetailService recruitmentSkillDetailService,
     IDM_NhomDanhmucService nhomDanhMucService,
     ILog logger)
 {
     this.recruitmentSkillDetailService = recruitmentSkillDetailService;
     this.nhomDanhMucService            = nhomDanhMucService;
     this.logger = logger;
 }
Ejemplo n.º 2
0
 public TDHoSoUngVienController(
     ITD_HoSoUngVienService hoSoUngVienService,
     IDM_NhomDanhmucService NhomDanhMucService,
     IDM_DulieuDanhmucService DulieuDanhmucService,
     ITaiLieuDinhKemService taiLieuDinhKemService,
     ITD_DotTuyenDungService DotTuyenDungService,
     IMapper mapper,
     ILog loger
     )
 {
     _DotTuyenDungService   = DotTuyenDungService;
     _taiLieuDinhKemService = taiLieuDinhKemService;
     _NhomDanhMucService    = NhomDanhMucService;
     _hoSoUngVienService    = hoSoUngVienService;
     _DulieuDanhmucService  = DulieuDanhmucService;
     _loger  = loger;
     _mapper = mapper;
 }
 public RecruitmentRequestController(IRecruitmentRequestService recruitmentRequestService,
                                     IDepartmentService departmentService,
                                     IDM_NhomDanhmucService categoryGroupService,
                                     IRecruitmentSkillService recruitmentSkillService,
                                     IConfigRecruitmentRequestService configRecruitmentRequestService,
                                     IRecruitmentSkillDetailService recruitmentSkillDetailService,
                                     IDM_DulieuDanhmucService dataCategoryService,
                                     ILog logger)
 {
     this.recruitmentRequestService       = recruitmentRequestService;
     this.departmentService               = departmentService;
     this.categoryGroupService            = categoryGroupService;
     this.recruitmentSkillService         = recruitmentSkillService;
     this.configRecruitmentRequestService = configRecruitmentRequestService;
     this.recruitmentSkillDetailService   = recruitmentSkillDetailService;
     this.dataCategoryService             = dataCategoryService;
     this.logger = logger;
 }
Ejemplo n.º 4
0
 public DmNhomDanhmucController(IDM_NhomDanhmucService dm_NhomDanhmucService, IDM_DulieuDanhmucService dm_DulieuDanhmucService, ILog ILog)
 {
     _dm_NhomDanhmucService = dm_NhomDanhmucService;
     _ILog = ILog;
     _dm_DulieuDanhmucService = dm_DulieuDanhmucService;
 }