public LHSAndPBController(ILoaiHoSoService loaiHoSoService, IPhongBanService phongBanService,
                           IFunctionLichSuHoatDongService functionLichSuHoatDongService, IHoSoService hoSoService, IHopService hopService)
 {
     _loaiHoSoService = loaiHoSoService;
     _phongBanService = phongBanService;
     _hopService      = hopService;
     _hoSoService     = hoSoService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
 }
 public HoSoController(IHoSoService hoSoService, ILoaiHoSoService loaiHoSoService, ITaiLieuVanBanService taiLieuVanBanService,
                       IPhongBanService phongBanService, IHopService hopService, IFunctionLichSuHoatDongService functionLichSuHoatDongService)
 {
     _hoSoService                   = hoSoService;
     _loaiHoSoService               = loaiHoSoService;
     _phongBanService               = phongBanService;
     _hopService                    = hopService;
     _taiLieuVanBanService          = taiLieuVanBanService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
 }
 public TaiLieuVanBanController(ITaiLieuVanBanService taiLieuVanBanService, INoiBanHanhService noiBanHanhService,
                                IHoSoService hoSoService, ILoaiHoSoService loaiHoSoService, IUserService userService,
                                IFunctionLichSuHoatDongService functionLichSuHoatDongService, IChiTietMuonTraService chiTietMuonTraService)
 {
     _taiLieuVanBanService          = taiLieuVanBanService;
     _noiBanHanhService             = noiBanHanhService;
     _hoSoService                   = hoSoService;
     _loaiHoSoService               = loaiHoSoService;
     _userService                   = userService;
     _chiTietMuonTraService         = chiTietMuonTraService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
 }