Advertisement
Guest User

Untitled

a guest
Nov 25th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. public ActionResult Index()
  2. {
  3. return View( db.Persons.ToList());
  4. }
  5.  
  6. @model IEnumerable<Database.Models.Person>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement