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