Skip to content

Instantly share code, notes, and snippets.

@khalidabuhakmeh
Created May 7, 2013 20:24
Show Gist options
  • Select an option

  • Save khalidabuhakmeh/5535819 to your computer and use it in GitHub Desktop.

Select an option

Save khalidabuhakmeh/5535819 to your computer and use it in GitHub Desktop.
public var GetPost(string id) {
var post = Db.Posts.Find(id);
return post as IPost;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment