public MuonController(IMuonTraService muonTraService, IChiTietMuonTraService chiTietMuonTraService, ITaiLieuVanBanService taiLieuVanBanService, IHoSoService hoSoService, IUserService userService)
 {
     _muonTraService        = muonTraService;
     _chiTietMuonTraService = chiTietMuonTraService;
     _taiLieuVanBanService  = taiLieuVanBanService;
     _hoSoService           = hoSoService;
     _userService           = userService;
 }
 public HopController(IKeService keService, IHopService hopService, IPhongBanService phongBanService,
                      IFunctionLichSuHoatDongService functionLichSuHoatDongService, IHoSoService hoSoService)
 {
     _keService       = keService;
     _hopService      = hopService;
     _phongBanService = phongBanService;
     _hoSoService     = hoSoService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
 }
 public LHSAndPBController(ILoaiHoSoService loaiHoSoService, IPhongBanService phongBanService,
                           IFunctionLichSuHoatDongService functionLichSuHoatDongService, IHoSoService hoSoService, IHopService hopService)
 {
     _loaiHoSoService = loaiHoSoService;
     _phongBanService = phongBanService;
     _hopService      = hopService;
     _hoSoService     = hoSoService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
 }
Ejemplo n.º 4
0
 public TraController(IMuonTraService muonTraService, IChiTietMuonTraService chiTietMuonTraService, ITaiLieuVanBanService taiLieuVanBanService,
                      IHoSoService hoSoService, IUserService userService, IFunctionLichSuHoatDongService functionLichSuHoatDongService)
 {
     _muonTraService                = muonTraService;
     _chiTietMuonTraService         = chiTietMuonTraService;
     _taiLieuVanBanService          = taiLieuVanBanService;
     _hoSoService                   = hoSoService;
     _userService                   = userService;
     _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;
 }
Ejemplo n.º 6
0
 public HomeController(ITuService tuService, IKeService keService, IHopService hopService, IHoSoService hoSoService,
                       ITaiLieuVanBanService taiLieuVanBanService, ILichSuHoatDongService lichSuHoatDongService,
                       IFunctionLichSuHoatDongService functionLichSuHoatDongService)
 {
     _tuService                     = tuService;
     _keService                     = keService;
     _hopService                    = hopService;
     _hoSoService                   = hoSoService;
     _taiLieuVanBanService          = taiLieuVanBanService;
     _lichSuHoatDongService         = lichSuHoatDongService;
     _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;
 }