Example #1
0
 public ManagerController(IHopDongRepository hopDongRepository, ISchoolRepository schoolRepository, ICapTruongRepository capTruongRepository, IDistrictRepository districtRepository)
 {
     this.hopDongRepository   = hopDongRepository;
     this.schoolRepository    = schoolRepository;
     this.capTruongRepository = capTruongRepository;
     this.districtRepository  = districtRepository;
 }
Example #2
0
 public TuyenDungDuyetHoSoController(IRegistrationInterviewRepository registrationInterviewRepository, IProvinceRepository provinceRepository, IDistrictRepository districtRepository, IWardRepository wardRepository, IHinhThucDaoTaoRepository hinhThucDaoTaoRepository, IBangTotNghiepRepository bangTotNghiepRepository, IChuyenNganhDaoTaoRepository chuyenNganhDaoTaoRepository, ITrinhDoCaoNhatRepository trinhDoCaoNhatRepository, ILamViecTrongNganhRepository lamViecTrongNganhRepository, ITrinhDoTinHocRepository trinhDoTinHocRepository, ITrinhDoNgoaiNguRepository trinhDoNgoaiNguRepository, IMonDuTuyenRepository monDuTuyenRepository, IXepLoaiHocLucRepository xepLoaiHocLucRepository, ICapTruongRepository capTruongRepository, ITonGiaoRepository tonGiaoRepository, IDanTocRepository danTocRepository, IDoiTuongUuTienRepository doiTuongUuTienRepository, IThanhPhanBanThanHienTaiRepository thanhPhanBanThanHienTaiRepository, ITruongHopDacBietRepository truongHopDacBietRepository, ITrinhDoNgoaiNguKhacReposittory trinhDoNgoaiNguKhacReposittory, IChungChiNghiepVuSuPhamRepository chungChiNghiepVuSuPhamRepository, IHoSoHopLeRepository hoSoHopLeRepository)
 {
     this.registrationInterviewRepository = registrationInterviewRepository;
     this.provinceRepository                = provinceRepository;
     this.districtRepository                = districtRepository;
     this.wardRepository                    = wardRepository;
     this.hinhThucDaoTaoRepository          = hinhThucDaoTaoRepository;
     this.bangTotNghiepRepository           = bangTotNghiepRepository;
     this.chuyenNganhDaoTaoRepository       = chuyenNganhDaoTaoRepository;
     this.trinhDoCaoNhatRepository          = trinhDoCaoNhatRepository;
     this.lamViecTrongNganhRepository       = lamViecTrongNganhRepository;
     this.trinhDoTinHocRepository           = trinhDoTinHocRepository;
     this.trinhDoNgoaiNguRepository         = trinhDoNgoaiNguRepository;
     this.monDuTuyenRepository              = monDuTuyenRepository;
     this.xepLoaiHocLucRepository           = xepLoaiHocLucRepository;
     this.capTruongRepository               = capTruongRepository;
     this.tonGiaoRepository                 = tonGiaoRepository;
     this.danTocRepository                  = danTocRepository;
     this.doiTuongUuTienRepository          = doiTuongUuTienRepository;
     this.thanhPhanBanThanHienTaiRepository = thanhPhanBanThanHienTaiRepository;
     this.truongHopDacBietRepository        = truongHopDacBietRepository;
     this.trinhDoNgoaiNguKhacReposittory    = trinhDoNgoaiNguKhacReposittory;
     this.chungChiNghiepVuSuPhamRepository  = chungChiNghiepVuSuPhamRepository;
     this.hoSoHopLeRepository               = hoSoHopLeRepository;
 }
 public TuyenDungController(IRegistrationInterviewRepository registrationInterviewRepository, IProvinceRepository provinceRepository, IDistrictRepository districtRepository, IWardRepository wardRepository, IHinhThucDaoTaoRepository hinhThucDaoTaoRepository, IBangTotNghiepRepository bangTotNghiepRepository, IChuyenNganhDaoTaoRepository chuyenNganhDaoTaoRepository, ITrinhDoCaoNhatRepository trinhDoCaoNhatRepository, ILamViecTrongNganhRepository lamViecTrongNganhRepository, ITrinhDoTinHocRepository trinhDoTinHocRepository, ITrinhDoNgoaiNguRepository trinhDoNgoaiNguRepository, IMonDuTuyenRepository monDuTuyenRepository, IXepLoaiHocLucRepository xepLoaiHocLucRepository, ICapTruongRepository capTruongRepository)
 {
     this.registrationInterviewRepository = registrationInterviewRepository;
     this.provinceRepository          = provinceRepository;
     this.districtRepository          = districtRepository;
     this.wardRepository              = wardRepository;
     this.hinhThucDaoTaoRepository    = hinhThucDaoTaoRepository;
     this.bangTotNghiepRepository     = bangTotNghiepRepository;
     this.chuyenNganhDaoTaoRepository = chuyenNganhDaoTaoRepository;
     this.trinhDoCaoNhatRepository    = trinhDoCaoNhatRepository;
     this.lamViecTrongNganhRepository = lamViecTrongNganhRepository;
     this.trinhDoTinHocRepository     = trinhDoTinHocRepository;
     this.trinhDoNgoaiNguRepository   = trinhDoNgoaiNguRepository;
     this.monDuTuyenRepository        = monDuTuyenRepository;
     this.xepLoaiHocLucRepository     = xepLoaiHocLucRepository;
     this.capTruongRepository         = capTruongRepository;
 }