Ejemplo n.º 1
0
 // GET: Crud
 public ActionResult Index()
 {
     return(View(crudRepo.GetAllPeople()));
 }