public Repository(EFDbContext context) { Context = context; shareContext = true; }
public DALUnitOfWork() { dbContext = new EFDbContext(); }
public Repository() { Context = new EFDbContext(); }