Example #1
0
 /// <inheritdoc/>
 public virtual void ConnectionPoolBeforeCheckingOutAConnection(ConnectionPoolBeforeCheckingOutAConnectionEvent @event)
 {
 }
 public void ConnectionPoolBeforeCheckingOutAConnection(ConnectionPoolBeforeCheckingOutAConnectionEvent @event)
 {
     _first.ConnectionPoolBeforeCheckingOutAConnection(@event);
     _second.ConnectionPoolBeforeCheckingOutAConnection(@event);
 }