public DeTaiDaDangKyController(IDeTaiNghienCuu serviceDeTai, ISinhVien serviceSV, INhomSinhVien serviceNhomSV, IMapper mapper)
 {
     _serviceDeTai  = serviceDeTai;
     _serviceSV     = serviceSV;
     _serviceNhomSV = serviceNhomSV;
     _mapper        = mapper;
 }
Example #2
0
 public QLDeTaiController(IDeTaiNghienCuu service, INhomSinhVien serviceNhomSV, IMapper mapper, IHostingEnvironment hostingEnvironment, IAuthorizationService authorizationService)
 {
     _service              = service;
     _mapper               = mapper;
     _serviceNhomSV        = serviceNhomSV;
     _authorizationService = authorizationService;
     _hostingEnvironment   = hostingEnvironment;
 }
Example #3
0
 public XetDuyetDeTaiController(IBoNhiem service, INhomSinhVien serviceNhomSV, IMoDot serviceMoDot, IctXetDuyetDanhGia serviceCT, IHostingEnvironment hostingEnvironment, IDeTaiNghienCuu serviceDeTai, KLTNContext context)
 {
     _serviceNhomSV      = serviceNhomSV;
     _serviceCT          = serviceCT;
     _hostingEnvironment = hostingEnvironment;
     _service            = service;
     _serviceDeTai       = serviceDeTai;
     _serviceMoDot       = serviceMoDot;
     _context            = context;
 }
Example #4
0
 public DeTaiNghienCuuController(IDeTaiNghienCuu service, IMoDot serviceMoDot, INhomSinhVien serviceNhomSV
                                 , IXetDuyetDanhGia serviceXetDuyet, IctXetDuyetDanhGia serviceCTXetDuyetVaDanhGia
                                 , IGiangVien serviceGiangVien)
 {
     _service                    = service;
     _serviceMoDot               = serviceMoDot;
     _serviceNhomSV              = serviceNhomSV;
     _serviceXetDuyet            = serviceXetDuyet;
     _serviceCTXetDuyetVaDanhGia = serviceCTXetDuyetVaDanhGia;
     _serviceGiangVien           = serviceGiangVien;
 }
Example #5
0
 public ThaoLuanController(IBaiPost serviceBaiPost,
                           IDeTaiNghienCuu serviceDeTai, INhomSinhVien serviceNhomSV, UserManager <AppUser> userManager,
                           IHostingEnvironment hostingEnvironment, IAuthorizationService authorizationService)
 {
     _serviceBaiPost       = serviceBaiPost;
     _serviceDeTai         = serviceDeTai;
     _serviceNhomSV        = serviceNhomSV;
     _hostingEnvironment   = hostingEnvironment;
     _authorizationService = authorizationService;
     _userManager          = userManager;
 }
Example #6
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 #7
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;
 }