示例#1
0
 public MoDotController(IMoDot service, INhom serviceNhom, IDeTaiNghienCuu serviceDeTai, IXetDuyetDanhGia serviceXDDG, IHoiDong serviceHoiDong)
 {
     _serviceNhom    = serviceNhom;
     _serviceHoiDong = serviceHoiDong;
     _serviceXDDG    = serviceXDDG;
     _service        = service;
     _serviceDeTai   = serviceDeTai;
 }
示例#2
0
 public XetDuyetDeTaiController(IMoDot serviceMoDot, IXetDuyetDanhGia serviceXDDG,
                                IHostingEnvironment hostingEnvironment, IctXetDuyetDanhGia serviceCT, KLTNContext context)
 {
     _hostingEnvironment = hostingEnvironment;
     _context            = context;
     _serviceCT          = serviceCT;
     _serviceXDDG        = serviceXDDG;
     _serviceMoDot       = serviceMoDot;
 }
示例#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;
 }
示例#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;
 }
示例#5
0
 public PhanCongHoiDongController(UserManager <AppUser> userManager, IHoiDong serviceHoiDong,
                                  IDeTaiNghienCuu serviceDeTai, IMapper mapper, IMoDot serviceMoDot,
                                  IAuthorizationService authorizationService, IXetDuyetDanhGia serviceXetDuyetDanhGia)
 {
     _serviceXetDuyetDanhGia = serviceXetDuyetDanhGia;
     _serviceDeTai           = serviceDeTai;
     _userManager            = userManager;
     _serviceMoDot           = serviceMoDot;
     _serviceHoiDong         = serviceHoiDong;
     _mapper = mapper;
     _authorizationService = authorizationService;
 }
示例#6
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;
 }
 public NghiemThuDeTaiController(IMoDot serviceMoDot, KLTNContext context)
 {
     _context      = context;
     _serviceMoDot = serviceMoDot;
 }