Example #1
0
 // GET: Owners
 public ActionResult Index(string sortOrder)
 {
     return(View(Sort(db.GetAllOwners(), sortOrder)));
 }