Skip to content

Instantly share code, notes, and snippets.

@jptoto
Created February 8, 2011 20:12
Show Gist options
  • Save jptoto/817122 to your computer and use it in GitHub Desktop.
Save jptoto/817122 to your computer and use it in GitHub Desktop.
AuthorizeAttribute.cs
private IUserRepository userRepository;
public CloudAuthorizeAttribute()
{
userRepository = MvcApplication.Container.Get<IUserRepository>();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment