Example #1
0
 public ChuongTrinhDaoTaoService(QLSV_DBContext context, IChiTietChuongTrinhDaoTaoService chiTietCTDT)
 {
     _context     = context;
     _chiTietCTDT = chiTietCTDT;
 }
Example #2
0
 public ChiTietChuongTrinhDaoTaoService(QLSV_DBContext context)
 {
     _context = context;
 }
Example #3
0
 public HocKyNamHocService(QLSV_DBContext context)
 {
     _context = context;
 }
Example #4
0
 public PhongService(QLSV_DBContext context)
 {
     _context = context;
 }
 public GiangVienService(QLSV_DBContext context)
 {
     _context = context;
 }
Example #6
0
 public MonHoc_Service(QLSV_DBContext context)
 {
     _context = context;
 }
Example #7
0
 public SinhVienService(QLSV_DBContext context)
 {
     _context = context;
 }
 public LopHocPhanService(QLSV_DBContext context)
 {
     _context = context;
 }
Example #9
0
 public DanhSachSinhVienService(QLSV_DBContext context)
 {
     _context = context;
 }
 public LopBienCheService(QLSV_DBContext context)
 {
     _context = context;
 }