예제 #1
0
 //------------------------------------------------------
 public EFGoodRepository(dbAppication contex)
 {
     _context = contex;
 }
예제 #2
0
 //---------------------------------------
 public EFUnitOfWork()
 {
     _context = new dbAppication();
 }