Example #1
0
 public KeController(ITuService tuService, IKeService keService, IFunctionLichSuHoatDongService functionLichSuHoatDongService, IHopService hopService)
 {
     _tuService  = tuService;
     _keService  = keService;
     _hopService = hopService;
     _functionLichSuHoatDongService = functionLichSuHoatDongService;
 }
Example #2
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;
 }