Skip to content

Instantly share code, notes, and snippets.

@jfromaniello
Created January 19, 2011 15:24
Show Gist options
  • Save jfromaniello/786308 to your computer and use it in GitHub Desktop.
Save jfromaniello/786308 to your computer and use it in GitHub Desktop.
public int UserId
{
get { return User.Id;}
set { User = SomeDoNoWaht.Load<User>(value); }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment