Beispiel #1
0
 public AccountDAO()
 {
     _context = new NTDbContext();
 }
Beispiel #2
0
 public NewsDao()
 {
     db = new NTDbContext();
 }
 public QuanDuongDao()
 {
     db = new NTDbContext();
 }
Beispiel #4
0
 public NewsDAO()
 {
     _context = new NTDbContext();
 }