public RequestsRepository(PostgresConnectionManager connectionManager) { _connection = connectionManager.GetConnection(); }
public TransactionsRepository(PostgresConnectionManager connectionManager) : base(connectionManager.GetConnection()) { }