예제 #1
0
        // GET: Categoria
        public ActionResult Index()
        {
            UDConexion db = new UDConexion();

            return(View());
        }
예제 #2
0
        // GET: Marca
        public ActionResult Index()
        {
            UDConexion db = new UDConexion();

            return(View(db.MARCA.ToList()));
        }