Skip to content

Instantly share code, notes, and snippets.

@BlackFoks
Created March 11, 2010 15:34
Show Gist options
  • Save BlackFoks/329244 to your computer and use it in GitHub Desktop.
Save BlackFoks/329244 to your computer and use it in GitHub Desktop.
//
// GET: /Book/Create
public ActionResult Create()
{
ViewData["authors"] = _entities.Authors.ToList<Author>();
return View();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment