Ejemplo n.º 1
0
        // GET: Tag
        public ActionResult Index()
        {
            List <TagVO> tagList = TagDAO.GetTagList();

            return(View(tagList));
        }