Example #1
0
    public ActionResult Index()
    {
        var people = PersonStore.GetAllPeople();

        return(View(people));
    }