Skip to content

Instantly share code, notes, and snippets.

@thiagoloureiro
Created October 20, 2017 02:43
Show Gist options
  • Save thiagoloureiro/75987cda42ae84c5abe643748e58060d to your computer and use it in GitHub Desktop.
Save thiagoloureiro/75987cda42ae84c5abe643748e58060d to your computer and use it in GitHub Desktop.
public IConnection CreateConnection(ConnectionFactory connectionFactory)
{
return connectionFactory.CreateConnection();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment