Example #1
0
 public DeTaiRepository()
 {
     context = new DoAnDbContext();
 }
Example #2
0
 public DangKyController()
 {
     context = new DoAnDbContext();
 }