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

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

            return(View(tt));
        }