Skip to content

Instantly share code, notes, and snippets.

@jmarnold
Created July 23, 2013 03:38
Show Gist options
  • Save jmarnold/6059676 to your computer and use it in GitHub Desktop.
Save jmarnold/6059676 to your computer and use it in GitHub Desktop.
public interface IUserContext
{
User Current();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment