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 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;
 }
Example #4
0
 public PhongBanController(IPhongBanService phongBanService)
 {
     _phongBanService = phongBanService;
 }
Example #5
0
 public PhongBanController(IPhongBanService <PhongBan> service, PhongBan phong)
 {
     this.service = service;
     _phongBan    = phong;
 }
Example #6
0
 public ValuesController(IPhongBanService phongBanService)
 {
     _phongBanService = phongBanService;
 }
Example #7
0
 public PhongBanController(IPhongBanService PhongBanService)
 {
     _PhongBanService = PhongBanService;
 }