Ejemplo n.º 1
0
        // GET: Cliente
        public ActionResult Index()
        {
            GestionCliente gc = new GestionCliente();

            return(View(gc.GetAll()));
        }