Beispiel #1
0
 public NoiBanHanhController(INoiBanHanhService noiBanHanhService, IFunctionLichSuHoatDongService functionLichSuHoatDongService,
                             ITaiLieuVanBanService taiLieuVanBanService)
 {
     _noiBanHanhService             = noiBanHanhService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
     _taiLieuVanBanService          = taiLieuVanBanService;
 }
 public ThongKeController(ITaiLieuVanBanService taiLieuVanBanService, IMuonTraService muonTraService,
                          IChiTietMuonTraService chiTietMuonTraService)
 {
     _taiLieuVanBanService  = taiLieuVanBanService;
     _muonTraService        = muonTraService;
     _chiTietMuonTraService = chiTietMuonTraService;
 }
 public MuonController(IMuonTraService muonTraService, IChiTietMuonTraService chiTietMuonTraService, ITaiLieuVanBanService taiLieuVanBanService, IHoSoService hoSoService, IUserService userService)
 {
     _muonTraService        = muonTraService;
     _chiTietMuonTraService = chiTietMuonTraService;
     _taiLieuVanBanService  = taiLieuVanBanService;
     _hoSoService           = hoSoService;
     _userService           = userService;
 }
Beispiel #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;
 }
Beispiel #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;
 }
 public TaiLieuVanBanController(ITaiLieuVanBanService taiLieuVanBanService)
 {
     _taiLieuVanBanService = taiLieuVanBanService;
 }