@model Vidly.ViewModels.CustomersViewModel @{ ViewBag.Title = "Customers"; Layout = "~/Views/Shared/_Layout.cshtml"; }
| Customer | Membership Type |
|---|---|
| @Html.ActionLink(@customer.Name, "Details", "Customers", new { id = @customer.Id }, null) | @customer.MembershipType.Name |