Esempio n. 1
0
 public DoanhNghiepController(DoanhNghiepRepository doanhNghiepRepository, DoanhNghiepService doanhNghiepService, AccountRepository accountRepository, KhachHangRepository khachHangRepository, ThanhPhoService thanhPhoService, DiaChiRepository diaChiRepository)
 {
     this.doanhNghiepRepository = doanhNghiepRepository;
     this.doanhNghiepService    = doanhNghiepService;
     this.accountRepository     = accountRepository;
     this.khachHangRepository   = khachHangRepository;
     this.thanhPhoService       = thanhPhoService;
     this.diaChiRepository      = diaChiRepository;
 }
Esempio n. 2
0
 public AdminController(DanhSachDNJobRepository danhSachDNJobRepository, DoanhNghiepRepository doanhNghiepRepository, JobService jobService)
 {
     this.danhSachDNJobRepository = danhSachDNJobRepository;
     this.doanhNghiepRepository   = doanhNghiepRepository;
     this.jobService = jobService;
 }