Beispiel #1
0
 public void ConnectionPoolBeforeCheckingOutAConnection(ServerId serverId)
 {
     _first.ConnectionPoolBeforeCheckingOutAConnection(serverId);
     _second.ConnectionPoolBeforeCheckingOutAConnection(serverId);
 }
 public void ConnectionPoolBeforeCheckingOutAConnection(ConnectionPoolBeforeCheckingOutAConnectionEvent @event)
 {
     _first.ConnectionPoolBeforeCheckingOutAConnection(@event);
     _second.ConnectionPoolBeforeCheckingOutAConnection(@event);
 }