/// <inheritdoc /> public IEnumerable <TEntity> All <TEntity>() where TEntity : class { ITransactionContracts.All <TEntity>(this); return(this.connection.Table <TEntity>()); }
/// <inheritdoc /> public IEnumerable <TEntity> All() { ITransactionContracts.All(this); return(this.transaction.All <TEntity>()); }