Пример #1
0
 public RequestsRepository(PostgresConnectionManager connectionManager)
 {
     _connection = connectionManager.GetConnection();
 }
Пример #2
0
 public TransactionsRepository(PostgresConnectionManager connectionManager)
     : base(connectionManager.GetConnection())
 {
 }