예제 #1
0
 public void NewContext()
 {
     _context = new ChamThiDbContext();
 }
예제 #2
0
 public BaseBll()
 {
     _context = new ChamThiDbContext();
 }