Exemplo n.º 1
0
        public ActionResult Details()
        {
            int id = Convert.ToInt32(Request.QueryString["Id"]);
            var tt = new Models.OtherEventModel().getAllTinTuc1(id);

            return(View(tt));
        }
Exemplo n.º 2
0
        // GET: OtherEvent
        public ActionResult Index()
        {
            var tt = new Models.OtherEventModel().getAllTinTuc();

            return(View(tt));
        }