예제 #1
0
 // GET: People
 public ActionResult Index()
 {
     return(View(_factory.GetItems()));
 }