Exemple #1
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;
 }
Exemple #2
0
 public FunctionLichSuHoatDongService(ILichSuHoatDongService lichSuHoatDongService)
 {
     _lichSuHoatDongService = lichSuHoatDongService;
 }