Esempio n. 1
0
 public AccountDAO()
 {
     _context = new NTDbContext();
 }
Esempio n. 2
0
 public NewsDao()
 {
     db = new NTDbContext();
 }
Esempio n. 3
0
 public QuanDuongDao()
 {
     db = new NTDbContext();
 }
Esempio n. 4
0
 public NewsDAO()
 {
     _context = new NTDbContext();
 }