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