Example #1
0
 public MoDotController(IMoDot service, INhom serviceNhom, IDeTaiNghienCuu serviceDeTai, IXetDuyetDanhGia serviceXDDG, IHoiDong serviceHoiDong)
 {
     _serviceNhom    = serviceNhom;
     _serviceHoiDong = serviceHoiDong;
     _serviceXDDG    = serviceXDDG;
     _service        = service;
     _serviceDeTai   = serviceDeTai;
 }
Example #2
0
 public BaoCaoTienDoController(IDeTaiNghienCuu service, IBaoCaoTienDo serviceBaoCao,
                               IAuthorizationService authorizationService, ISinhVien serviceSV,
                               INhomSinhVien serviceNhomSV, INhom serviceNhom, IMapper mapper, IHostingEnvironment hostingEnvironment)
 {
     _mapper               = mapper;
     _serviceSV            = serviceSV;
     _service              = service;
     _serviceBaoCao        = serviceBaoCao;
     _serviceNhom          = serviceNhom;
     _serviceNhomSV        = serviceNhomSV;
     _hostingEnvironment   = hostingEnvironment;
     _authorizationService = authorizationService;
 }
Example #3
0
 public DangKyDeTaiController(IDeTaiNghienCuu service, IAuthorizationService authorizationService, ISinhVien serviceSV,
                              INhomSinhVien serviceNhomSV, INhom serviceNhom, IMapper mapper, IHostingEnvironment hostingEnvironment,
                              IMoDot serviceMoDot)
 {
     _mapper               = mapper;
     _serviceSV            = serviceSV;
     _service              = service;
     _serviceNhom          = serviceNhom;
     _serviceNhomSV        = serviceNhomSV;
     _hostingEnvironment   = hostingEnvironment;
     _authorizationService = authorizationService;
     _serviceMoDot         = serviceMoDot;
 }