示例#1
0
 /// <inheritdoc/>
 public virtual void ConnectionPoolAfterCheckingOutAConnection(ConnectionPoolAfterCheckingOutAConnectionEvent @event)
 {
 }
 public void ConnectionPoolAfterCheckingOutAConnection(ConnectionPoolAfterCheckingOutAConnectionEvent @event)
 {
     _first.ConnectionPoolAfterCheckingOutAConnection(@event);
     _second.ConnectionPoolAfterCheckingOutAConnection(@event);
 }