コード例 #1
0
        public ActionResult Index()
        {
            var Data = personaServicio.ListAll();

            return(View());
        }