示例#1
0
 public AccountDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
示例#2
0
 public LopDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
示例#3
0
 public HocVienDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
示例#4
0
 public MonTheLucDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
示例#5
0
 public CongTacDangDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }
示例#6
0
 public DaiDoiDAO()
 {
     db = new QuanLyTieuDoanDbContext();
 }