Ejemplo n.º 1
0
 public XetDuyetDeTaiController(IMoDot serviceMoDot, IXetDuyetDanhGia serviceXDDG,
                                IHostingEnvironment hostingEnvironment, IctXetDuyetDanhGia serviceCT, KLTNContext context)
 {
     _hostingEnvironment = hostingEnvironment;
     _context            = context;
     _serviceCT          = serviceCT;
     _serviceXDDG        = serviceXDDG;
     _serviceMoDot       = serviceMoDot;
 }
Ejemplo n.º 2
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;
 }
Ejemplo n.º 3
0
 public DeTaiNghienCuuBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 4
0
 public GiangVienBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 5
0
 public BaoCaoTienDoBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 6
0
 public NhomBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 7
0
 public BoNhiemBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 8
0
 public BaiPostBo(KLTNContext context) : base(context)
 {
     _context = context;
 }
Ejemplo n.º 9
0
 public HoiDongBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 10
0
 public MoDotBo(KLTNContext context) : base(context)
 {
     _context = context;
 }
Ejemplo n.º 11
0
 public NghiemThuDeTaiController(IMoDot serviceMoDot, KLTNContext context)
 {
     _context      = context;
     _serviceMoDot = serviceMoDot;
 }
Ejemplo n.º 12
0
 public PheDuyetYeuCauBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 13
0
 public NhomSinhVienBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 14
0
 public DangKyDeTaiBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 15
0
 public SinhVienBo(KLTNContext context) : base(context)
 {
     _context = context;
 }
Ejemplo n.º 16
0
 public Repository(KLTNContext context)
 {
     _context = context;
 }
Ejemplo n.º 17
0
 public ImgBaiPostBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 18
0
 public CtXetDuyetDanhGiaBo(KLTNContext context) : base(context)
 {
 }
Ejemplo n.º 19
0
 public QLTaiKhoanController(UserManager <AppUser> userManager, RoleManager <AppRole> roleManager, KLTNContext context)
 {
     _userManager = userManager;
     _roleManager = roleManager;
     _context     = context;
 }