예제 #1
0
 public EFRepositoryTest()
 {
     _context = ContextFactory.Create();
     _context.Database.EnsureCreated();
     _unitOfWork = new EFUnitOfWork(_context);
 }
예제 #2
0
 public EFUnitOfWorkTest()
 {
     _context = ContextFactory.Create();
 }