public GenericRepository(GottKnarkContext context) { this.context = context; dbSet = context.Set <TEntity>(); }
public UnitOfWork() { context = new GottKnarkContext(); }