Esempio n. 1
0
 public NoiBanHanhController(INoiBanHanhService noiBanHanhService, IFunctionLichSuHoatDongService functionLichSuHoatDongService,
                             ITaiLieuVanBanService taiLieuVanBanService)
 {
     _noiBanHanhService             = noiBanHanhService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
     _taiLieuVanBanService          = taiLieuVanBanService;
 }
 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;
 }