Ejemplo n.º 1
0
 public AccountDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
Ejemplo n.º 2
0
 public LopDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
Ejemplo n.º 3
0
 public HocVienDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
Ejemplo n.º 4
0
 public MonTheLucDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
Ejemplo n.º 5
0
 public CongTacDangDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
Ejemplo n.º 6
0
 public DaiDoiDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }