public KeController(ITuService tuService, IKeService keService, IFunctionLichSuHoatDongService functionLichSuHoatDongService, IHopService hopService) { _tuService = tuService; _keService = keService; _hopService = hopService; _functionLichSuHoatDongService = functionLichSuHoatDongService; }
public NoiBanHanhController(INoiBanHanhService noiBanHanhService, IFunctionLichSuHoatDongService functionLichSuHoatDongService, ITaiLieuVanBanService taiLieuVanBanService) { _noiBanHanhService = noiBanHanhService; _functionLichSuHoatDongService = functionLichSuHoatDongService; _taiLieuVanBanService = taiLieuVanBanService; }
public UserController(IUserService userService, IRoleService roleService, IMuonTraService muonTraService, IFunctionLichSuHoatDongService functionLichSuHoatDongService) { _userService = userService; _roleService = roleService; _muonTraService = muonTraService; _functionLichSuHoatDongService = functionLichSuHoatDongService; }
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; }
public UserController(IUserService userService, IRoleService roleService, IMuonTraService muonTraService, IFunctionLichSuHoatDongService functionLichSuHoatDongService, IAccountManager accountManager) { _userService = userService; _roleService = roleService; _muonTraService = muonTraService; _accountManager = accountManager; _functionLichSuHoatDongService = functionLichSuHoatDongService; }
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; }
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 RoleController(IFunctionLichSuHoatDongService functionLichSuHoatDongService, IRoleService roleService) { _functionLichSuHoatDongService = functionLichSuHoatDongService; _roleService = roleService; }