// GET: CityNodes public ActionResult Index() { var z = GetZillowModel().Take(5); var count = r.FindAll().Count(); return(View(z.ToList())); }
public ActionResult Index() { var count = r.FindAll().Count(); ViewBag.Count = count.ToString(); return(View()); }