Skip to content

Instantly share code, notes, and snippets.

@jbogard
Created December 7, 2011 14:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jbogard/1443065 to your computer and use it in GitHub Desktop.
Save jbogard/1443065 to your computer and use it in GitHub Desktop.
public void Invoke()
{
_fubuRequest.Set(new Lazy<ISession>(() =>
_session ?? (_session = CreateTransactionalSession())));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment