Skip to content

Instantly share code, notes, and snippets.

@tugberkugurlu
Created July 4, 2012 08:37
Show Gist options
  • Save tugberkugurlu/3046115 to your computer and use it in GitHub Desktop.
Save tugberkugurlu/3046115 to your computer and use it in GitHub Desktop.
[Auth(Roles = "Admin")]
public class FooHub : Hub {
[Log]
public void Send() {
//do something here...
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment