Пример #1
0
 // GET: Customer
 public ActionResult Index()
 {
     return(View(customer.GetAll().ToList()));
 }